Skip to content
Open
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
3 changes: 2 additions & 1 deletion monitoring-fluentd/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ This article describes how to monitor Fluentd.

## Fluentd Metrics Monitoring

Fluentd can expose internal metrics via REST API, and works with monitoring tools such as [`Prometheus`](https://prometheus.io/), [`Datadog`](https://www.datadoghq.com/), etc. Our recommendation is to use `Prometheus`, since we will be collaborating more in the future under the [CNCF \(Cloud Native Computing Foundation\)](https://www.cncf.io/).
Fluentd can expose internal metrics via REST API, and works with monitoring tools such as [`Prometheus`](https://prometheus.io/), [`Datadog`](https://www.datadoghq.com/),[`New Relic`](https://newrelic.com/) etc. Our recommendation is to use `Prometheus`, since we will be collaborating more in the future under the [CNCF \(Cloud Native Computing Foundation\)](https://www.cncf.io/).

* [Monitoring Fluentd \(Prometheus\)](monitoring-prometheus.md)
* [Monitoring Fluentd \(New Relic\)](https://docs.newrelic.com/docs/logs/forward-logs/fluentd-plugin-log-forwarding/)
* [Monitoring Fluentd \(Datadog\)](https://docs.datadoghq.com/integrations/fluentd/)
* [Monitoring Fluentd \(REST API\)](monitoring-rest-api.md)

Expand Down