From 7cee66c8ab09aa10ee4465bbb141c9acc5d7d20e Mon Sep 17 00:00:00 2001 From: descrepes Date: Wed, 24 Feb 2021 05:16:05 +0100 Subject: [PATCH] docs: Grafana dashboard link added to metrics.md (#5165) Signed-off-by: Alexandre --- docs/metrics.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/metrics.md b/docs/metrics.md index d9c2e1058cab..a8817bdb1274 100644 --- a/docs/metrics.md +++ b/docs/metrics.md @@ -148,6 +148,10 @@ over time, we are no longer interested in the previous metric and can assume it In summary, whenever you want to track a particular metric over time, you should use the same metric name _and_ metric labels wherever it is emitted. This is how these metrics are "linked" as belonging to the same series. +### Grafana Dashboard for Argo Controller Metrics + +Please see the [Argo Workflows metrics](https://grafana.com/grafana/dashboards/13927) Grafana dashboard. + ## Defining metrics Metrics are defined in-place on the Workflow/Step/Task where they are emitted from. Metrics are always processed _after_ @@ -287,3 +291,4 @@ To define a realtime metric simply add `realtime: true` to a gauge metric with a realtime: true value: "{{duration}}" ``` +