Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 964 Bytes

fluentbit_metrics.md

File metadata and controls

10 lines (7 loc) · 964 Bytes

FluentbitMetrics

Fluent Bit exposes its own metrics to allow you to monitor the internals of your pipeline.
The collected metrics can be processed similarly to those from the Prometheus Node Exporter input plugin.
They can be sent to output plugins including Prometheus Exporter, Prometheus Remote Write or OpenTelemetry.
Important note: Metrics collected with Node Exporter Metrics flow through a separate pipeline from logs and current filters do not operate on top of metrics.
For full documentation, refer to https://docs.fluentbit.io/manual/pipeline/inputs/fluentbit-metrics

Field Description Scheme
tag string
scrapeInterval The rate at which metrics are collected from the host operating system. default is 2 seconds. string
scrapeOnStart Scrape metrics upon start, useful to avoid waiting for 'scrape_interval' for the first round of metrics. *bool