Skip to content

Commit af5ce48

Browse files
authored
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]>
1 parent 3ad93a0 commit af5ce48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pipeline/inputs/fluentbit-metrics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ Fluent Bit exposes [metrics](../../administration/monitoring.md) to let you moni
88

99
{% hint style="info" %}
1010

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

1313
{% endhint %}
1414

15-
## Configuration
15+
## Configuration parameters
1616

1717
| Key | Description | Default |
1818
|-------------------|---------------------------------------------------------------------------------------------------------|-------------|
19-
| `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 |
2020
| `scrape_on_start` | Scrape metrics upon start, use to avoid waiting for `scrape_interval` for the first round of metrics. | `false` |
2121
| `threaded` | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
2222

2323
## Get started
2424

2525
### Configuration file
2626

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

2929
{% tabs %}
3030
{% tab title="fluent-bit.yaml" %}

0 commit comments

Comments
 (0)