Commit 79d821e3 authored by Fiona Neill's avatar Fiona Neill

Merge branch 'docs-fix_broken_anchor_link_on_metrics_doc' into 'master'

Fix anchor broken link to metrics YAML generator

See merge request gitlab-org/gitlab!83449
parents b6bbb9c1 51d875ea
...@@ -95,7 +95,7 @@ return to the instrumentation and update it. ...@@ -95,7 +95,7 @@ return to the instrumentation and update it.
1. Add the metric instrumentation class to `lib/gitlab/usage/metrics/instrumentations/`. 1. Add the metric instrumentation class to `lib/gitlab/usage/metrics/instrumentations/`.
1. Add the metric logic in the instrumentation class. 1. Add the metric logic in the instrumentation class.
1. Run the [metrics YAML generator](metrics_dictionary.md#metrics-definition-and-validation). 1. Run the [metrics YAML generator](metrics_dictionary.md#create-a-new-metric-definition).
1. Use the metric name suggestion to select a suitable metric name. 1. Use the metric name suggestion to select a suitable metric name.
1. Update the metric's YAML definition with the correct `key_path`. 1. Update the metric's YAML definition with the correct `key_path`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment