From 41fa2df366ceef7b46de154859c852926cba48a9 Mon Sep 17 00:00:00 2001 From: Lin Jiqiang Date: Wed, 28 Jun 2023 13:59:37 +0900 Subject: [PATCH] fix metrics name for fluentd_output_status_buffer_queue_byte_size (#215) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 藺吉強 Signed-off-by: ljq0002 --- lib/fluent/plugin/in_prometheus_output_monitor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fluent/plugin/in_prometheus_output_monitor.rb b/lib/fluent/plugin/in_prometheus_output_monitor.rb index 3136221..3ede57a 100644 --- a/lib/fluent/plugin/in_prometheus_output_monitor.rb +++ b/lib/fluent/plugin/in_prometheus_output_monitor.rb @@ -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,