Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Open source

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

  1. Check which configs changed, including whose default values changed.

    $ OLD_VERSION=X.Y.Z ./tools/diff-config.sh
  2. Record configurations that are modified (either renamed or had its default value changed) in the upgrade guide.

  3. Check if any metrics have changed.

    $ OLD_VERSION=X.Y.Z ./tools/diff-metrics.sh
  4. Record metrics whose names have been modified in the upgrade guide.