Skip to content

Commit

Permalink
fix metrics name for fluentd_output_status_buffer_queue_byte_size (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: 藺吉強 <[email protected]>
Signed-off-by: ljq0002 <[email protected]>
  • Loading branch information
ljq0002 authored Jun 28, 2023
1 parent 9c6c563 commit 41fa2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/in_prometheus_output_monitor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def start
:fluentd_output_status_buffer_queue_length,
'Current length of queue buffers.'),
buffer_queue_byte_size: get_gauge(
:fluentd_output_status_queue_byte_size,
:fluentd_output_status_buffer_queue_byte_size,
'Current total size of queue buffers.'),
buffer_available_buffer_space_ratios: get_gauge(
:fluentd_output_status_buffer_available_space_ratio,
Expand Down

0 comments on commit 41fa2df

Please sign in to comment.