You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a few config parameter issues and general fixes throughout fluent bit metrics input plugin doc. Fixes#2251. (#2252)
Fixed a few config parameter issues and general fixes throughout fluent bit metrics input plugin doc. Fixes#2251.
Signed-off-by: Eric D. Schabell <[email protected]>
|`scrape_interval`| The rate at which metrics are collected from the host operating system.|`2` seconds |
19
+
|`scrape_interval`| The rate at which Fluent Bit internal metrics are collected. |`2` seconds |
20
20
|`scrape_on_start`| Scrape metrics upon start, use to avoid waiting for `scrape_interval` for the first round of metrics. |`false`|
21
21
|`threaded`| Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). |`false`|
22
22
23
23
## Get started
24
24
25
25
### Configuration file
26
26
27
-
In the following configuration file, the input plugin `node_exporter_metrics` collects metrics every `2` seconds and exposes them through the [Prometheus Exporter](../outputs/prometheus-exporter.md) output plugin on HTTP/TCP port `2021`.
27
+
In the following configuration file, the input plugin `fluentbit_metrics` collects metrics every `2` seconds and exposes them through the [Prometheus Exporter](../outputs/prometheus-exporter.md) output plugin on HTTP/TCP port `2021`.
0 commit comments