Commit fb927805 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'fix-prometheus-docs-custom-query' into 'master'

Fix Prometheus custom query variable docs

Closes #32775

See merge request gitlab-org/gitlab!19178
parents 57128730 39600f0f
...@@ -139,7 +139,7 @@ GitLab supports a limited set of [CI variables](../../../ci/variables/README.htm ...@@ -139,7 +139,7 @@ GitLab supports a limited set of [CI variables](../../../ci/variables/README.htm
- CI_ENVIRONMENT_SLUG - CI_ENVIRONMENT_SLUG
- KUBE_NAMESPACE - KUBE_NAMESPACE
To specify a variable in a query, enclose it in curly braces with a leading percent. For example: `%{ci_environment_slug}`. To specify a variable in a query, enclose it in quotation marks with curly braces with a leading percent. For example: `"%{ci_environment_slug}"`.
### Defining custom dashboards per project ### Defining custom dashboards per project
......
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