From f47c270c3a5e6ad4e28ad3c8ab3a14cfbb4a2cbf Mon Sep 17 00:00:00 2001 From: smamindla57 <106655516+smamindla57@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:27:10 +0530 Subject: [PATCH] Update overview.md Signed-off-by: smamindla57 --- monitoring-fluentd/overview.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/monitoring-fluentd/overview.md b/monitoring-fluentd/overview.md index f96766e6..6e72ee4c 100644 --- a/monitoring-fluentd/overview.md +++ b/monitoring-fluentd/overview.md @@ -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)