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/loki/latest/community/maintaining/release/document-metrics-configurations-changes.md, or by sending Accept: text/markdown to https://grafana.com/docs/loki/latest/community/maintaining/release/document-metrics-configurations-changes/. 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.
Document metrics and configurations changes
Any metrics and configurations that are removed or modified need to be documented in the upgrade guide. Configurations whose default values changed should also be documented in the upgrade guide.
Before you begin
All the steps are performed on release-VERSION_PREFIX branch.
Steps
Check which configs changed, including whose default values changed.
$ OLD_VERSION=X.Y.Z ./tools/diff-config.shRecord configurations that are modified (either renamed or had its default value changed) in the upgrade guide.
Check if any metrics have changed.
$ OLD_VERSION=X.Y.Z ./tools/diff-metrics.shRecord metrics whose names have been modified in the upgrade guide.
Was this page helpful?
Related resources from Grafana Labs


