From e89acef5fe806ce7839a184e7bef1b9a2958be3c Mon Sep 17 00:00:00 2001 From: "Eric D. Schabell" Date: Mon, 23 Feb 2026 10:57:37 +0100 Subject: [PATCH] docs: monitoring: fix hot_reloaded_times metric type - Change `fluentbit_hot_reloaded_times` type from `gauge` to `counter` to reflect the source change in flb_metrics.c Signed-off-by: Eric D. Schabell --- administration/monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administration/monitoring.md b/administration/monitoring.md index ef990070b..19f8d700c 100644 --- a/administration/monitoring.md +++ b/administration/monitoring.md @@ -208,7 +208,7 @@ The following terms are key to understanding how Fluent Bit processes metrics: | `fluentbit_uptime` | hostname: the hostname on running Fluent Bit | The number of seconds that Fluent Bit has been running. | counter | seconds | | `fluentbit_process_start_time_seconds` | hostname: the hostname on running Fluent Bit | The Unix Epoch time stamp for when Fluent Bit started. | gauge | seconds | | `fluentbit_build_info` | hostname: the hostname, version: the version of Fluent Bit, os: OS type | Build version information. The returned value is originated from initializing the Unix Epoch time stamp of configuration context. | gauge | seconds | -| `fluentbit_hot_reloaded_times` | hostname: the hostname on running Fluent Bit | Collect the count of hot reloaded times. | gauge | seconds | +| `fluentbit_hot_reloaded_times` | hostname: the hostname on running Fluent Bit | Collect the count of hot reloaded times. | counter | seconds | #### Storage layer