Skip to content

Commit c9756fc

Browse files
authored
Note that metrics tutorial is for output metrics by default
1 parent 08c6122 commit c9756fc

File tree

1 file changed

+1
-1
lines changed
  • examples/fluent-bit/send-fb-internal-metrics-to-cw

1 file changed

+1
-1
lines changed

examples/fluent-bit/send-fb-internal-metrics-to-cw/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This example contains the following:
4141
1. Custom Fluent Bit configuration that:
4242
* Enables the [Fluent Bit monitoring endpoint](https://docs.fluentbit.io/manual/administration/monitoring)
4343
* Uses the [exec input](https://docs.fluentbit.io/manual/pipeline/inputs/exec) to scrape that endpoint and output the results as logs
44-
* Filters out everything except for output, metrics, this can be customized/altered
44+
* *Filters out everything except for output metrics*, this can be customized/altered. Un-comment the lines in the provided configuration file and remove the filter that exludes metrics not for outputs.
4545
* Parses the data out of the logs to create a JSON event
4646
* Sends the JSON to CloudWatch as logs
4747
2. A custom parser file that can parse the prometheus text into a structured JSON log.

0 commit comments

Comments
 (0)