Documentation for automated readers
A curated documentation index is available at: https://grafana.com/llms.txt
A complete documentation index is available at: https://grafana.com/llms-full.txt
These indexes can help with page discovery before fetching individual documents.
This page is also available in Markdown, which may be easier for automated readers and AI tools to parse than HTML. The Markdown version is available at https://grafana.com/docs/grafana-cloud/knowledge-graph/advanced-configuration/mapping-metrics-to-insights/amend.md, or by sending Accept: text/markdown to https://grafana.com/docs/grafana-cloud/knowledge-graph/advanced-configuration/mapping-metrics-to-insights/amend/. For broader documentation discovery, the curated index is available at https://grafana.com/llms.txt and the complete index is available at 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


