Skip to content

Commit 5d1c105

Browse files
committed
Fixing an error
Signed-off-by: Lynette Miles <[email protected]>
1 parent 266e5af commit 5d1c105

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipeline/inputs/fluentbit-metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In the following configuration file, the input plugin `node_exporter_metrics` co
3333
service:
3434
flush: 1
3535
log_level: info
36-
36+
3737
pipeline:
3838
inputs:
3939
- name: fluentbit_metrics
@@ -54,7 +54,7 @@ pipeline:
5454
# Fluent Bit Metrics + Prometheus Exporter
5555
# -------------------------------------------
5656
# The following example collects Fluent Bit metrics and exposes
57-
# them through a Prometheus HTTP end-point.
57+
# them through a Prometheus HTTP endpoint.
5858
#
5959
# After starting the service try it with:
6060
#
@@ -83,4 +83,4 @@ You can test the expose of the metrics by using `curl`:
8383

8484
```shell
8585
curl http://127.0.0.1:2021/metrics
86-
```
86+
```

0 commit comments

Comments
 (0)