Skip to content

Commit 41fa2df

Browse files
authored
fix metrics name for fluentd_output_status_buffer_queue_byte_size (#215)
Signed-off-by: 藺吉強 <[email protected]> Signed-off-by: ljq0002 <[email protected]>
1 parent 9c6c563 commit 41fa2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fluent/plugin/in_prometheus_output_monitor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def start
7777
:fluentd_output_status_buffer_queue_length,
7878
'Current length of queue buffers.'),
7979
buffer_queue_byte_size: get_gauge(
80-
:fluentd_output_status_queue_byte_size,
80+
:fluentd_output_status_buffer_queue_byte_size,
8181
'Current total size of queue buffers.'),
8282
buffer_available_buffer_space_ratios: get_gauge(
8383
:fluentd_output_status_buffer_available_space_ratio,

0 commit comments

Comments
 (0)