Skip to content

Commit

Permalink
docs: Grafana dashboard link added to metrics.md (#5165)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre <alexandre@insideboard.com>
  • Loading branch information
descrepes committed Feb 24, 2021
1 parent ab36166 commit 7cee66c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down Expand Up @@ -287,3 +291,4 @@ To define a realtime metric simply add `realtime: true` to a gauge metric with a
realtime: true
value: "{{duration}}"
```

0 comments on commit 7cee66c

Please sign in to comment.