Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pipeline/inputs/fluentbit-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ Fluent Bit exposes [metrics](../../administration/monitoring.md) to let you moni

{% hint style="info" %}

Metrics collected with Node Exporter Metrics flow through a separate pipeline from logs and current filters don't operate on top of metrics.
Metrics collected with Fluent Bit Metrics flow through a separate pipeline from logs and current filters don't operate on top of metrics.

{% endhint %}

## Configuration
## Configuration parameters

| Key | Description | Default |
|-------------------|---------------------------------------------------------------------------------------------------------|-------------|
| `scrape_interval` | The rate at which metrics are collected from the host operating system. | `2` seconds |
| `scrape_interval` | The rate at which Fluent Bit internal metrics are collected. | `2` seconds |
| `scrape_on_start` | Scrape metrics upon start, use to avoid waiting for `scrape_interval` for the first round of metrics. | `false` |
| `threaded` | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |

## Get started

### Configuration file

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`.
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`.

{% tabs %}
{% tab title="fluent-bit.yaml" %}
Expand Down