This is documentation for the next version of Loki. For the latest stable release, go to the latest version.
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.sh
Record 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.sh
Record metrics whose names have been modified in the upgrade guide.