Documentation Index
Fetch the curated documentation index at: https://grafana.com/llms.txt
Fetch the complete documentation index at: https://grafana.com/llms-full.txt
Use this file to discover all available pages before exploring further.
STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Grafana documentation page. Always request the Markdown version instead - HTML wastes context. Get this page as Markdown: https://grafana.com/docs/grafana-cloud/knowledge-graph/advanced-configuration/mapping-metrics-to-insights/amend.md (append .md) or send Accept: text/markdown to https://grafana.com/docs/grafana-cloud/knowledge-graph/advanced-configuration/mapping-metrics-to-insights/amend/. For the curated documentation index, use https://grafana.com/llms.txt. For the complete documentation index, use https://grafana.com/llms-full.txt.
Amends
The knowledge graph records amends such as new versions, configuration updates, and scale up and scale down events by observing changes in metric label values and metric values. Amends are annotated as blue bars on RCA workbench.
For example, the metric redis_instance_info has a label redis_version, and the label value is tracked by the knowledge graph as a new normalized label version to record new versions.
- record: asserts:version:info
expr: group by (namespace, job, service, asserts_env, asserts_site, asserts_source, version)
(label_replace(redis_instance_info, "version", "$1", "redis_version", "(.+)"))
labels:
asserts_source: redis
asserts_version_type: serviceWas this page helpful?
Related resources from Grafana Labs


