Fluent Bit Metrics
A plugin to collect Fluent Bit metrics
Last updated
Was this helpful?
A plugin to collect Fluent Bit metrics
Last updated
Was this helpful?
Fluent Bit exposes to let you monitor the internals of your pipeline. The collected metrics can be processed similarly to those from the . They can be sent to output plugins including , or ..
Metrics collected with Node Exporter Metrics flow through a separate pipeline from logs and current filters don't operate on top of metrics. { % endhint % }
scrape_interval
The rate at which metrics are collected from the host operating system.
2
seconds
scrape_on_start
Scrape metrics upon start, use to avoid waiting for scrape_interval
for the first round of metrics.
false
threaded
false
In the following configuration file, the input plugin node_exporter_metrics
collects metrics every 2
seconds and exposes them through the output plugin on HTTP/TCP port 2021
.
You can test the expose of the metrics by using curl
:
Indicates whether to run this input in its own .