Skip to content

Commit

Permalink
docs: fix anchor for real-time-metrics (#11974)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Weibel <307427+mweibel@users.noreply.github.com>
  • Loading branch information
mweibel authored Oct 10, 2023
1 parent 6b0f047 commit b2e3676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Finally, an example of a `Template`-level Histogram metric that tracks an intern
### Real-Time Metrics

Argo supports a limited number of real-time metrics. These metrics are emitted in real-time, beginning when the step execution starts
and ending when it completes. Real-time metrics are only available on Gauge type metrics and with a [limited number of variables](variables.md#realtime-metrics).
and ending when it completes. Real-time metrics are only available on Gauge type metrics and with a [limited number of variables](variables.md#real-time-metrics).

To define a real-time metric simply add `realtime: true` to a gauge metric with a valid real-time variable. For example:

Expand Down

0 comments on commit b2e3676

Please sign in to comment.