From ba6078f2357d5ddb122e78801cd4caf2c5f36c88 Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Fri, 28 May 2021 11:53:17 -0400 Subject: [PATCH 1/2] add Graphite to docs homepage metrics providers Signed-off-by: Mike Ball --- docs/gitbook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/README.md b/docs/gitbook/README.md index 0b35a122..76ca0d16 100644 --- a/docs/gitbook/README.md +++ b/docs/gitbook/README.md @@ -12,7 +12,7 @@ and running conformance tests. Flagger implements several deployment strategies (Canary releases, A/B testing, Blue/Green mirroring) using a service mesh (App Mesh, Istio, Linkerd) or an ingress controller (Contour, Gloo, NGINX, Skipper, Traefik) for traffic routing. -For release analysis, Flagger can query Prometheus, Datadog, New Relic or CloudWatch +For release analysis, Flagger can query Prometheus, Datadog, New Relic, CloudWatch or Graphite and for alerting it uses Slack, MS Teams, Discord and Rocket. ![Flagger overview diagram](https://raw.githubusercontent.com/fluxcd/flagger/main/docs/diagrams/flagger-overview.png) From 9f321dd685bc853a51ac9b3842fa1c9031fc0790 Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Fri, 28 May 2021 11:57:46 -0400 Subject: [PATCH 2/2] add New Relic & Graphite to FAQ metrics providers Signed-off-by: Mike Ball --- docs/gitbook/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/faq.md b/docs/gitbook/faq.md index babbd2e4..096ed977 100644 --- a/docs/gitbook/faq.md +++ b/docs/gitbook/faq.md @@ -467,7 +467,7 @@ histogram_quantile(0.99, #### Can I use custom metrics? -The analysis can be extended with metrics provided by Prometheus, Datadog and AWS CloudWatch. +The analysis can be extended with metrics provided by Prometheus, Datadog, AWS CloudWatch, New Relic and Graphite. For more details on how custom metrics can be used please read the [metrics docs](usage/metrics.md). ## Istio routing