b692ce7af1
This patch adds support for integrating Prometheus with Fluentd. This can be used to extract useful information about the status of Fluentd, such as output buffer capacity and logging rate, and also to extract metrics from logs via custom Fluentd configuration. More information can be found here in [1]. [1] https://docs.fluentd.org/monitoring-fluentd/monitoring-prometheus Change-Id: I233d6dd744848ef1f1589a462dbf272ed0f3aaae
11 lines
503 B
YAML
11 lines
503 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds support for integrating Fluentd metrics into Prometheus. By
|
|
default this is now enabled when Prometheus is enabled. This behaviour
|
|
can be overridden via the `enable_prometheus_fluentd_integration` flag. By
|
|
default the integration provides metrics relating to the processing of logs
|
|
by Fluentd. These metrics can be useful for monitoring the status of the
|
|
Fluentd service. Additional metrics can also be extracted from logs via
|
|
custom Fluentd config.
|