From afbbc2fc4fb856a6b47aea1a5168fd55f648bd9b Mon Sep 17 00:00:00 2001 From: JordanRushing Date: Mon, 18 Oct 2021 14:07:24 -0500 Subject: [PATCH] Add metric prefix changes for chunk store and runtime config to upgrading.md (#4436) --- docs/sources/upgrading/_index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/sources/upgrading/_index.md b/docs/sources/upgrading/_index.md index 28ae11d28c65..5242ecbfc69a 100644 --- a/docs/sources/upgrading/_index.md +++ b/docs/sources/upgrading/_index.md @@ -120,6 +120,15 @@ present in your Loki config: `ingestion_rate_strategy`, `max_global_streams_per_ | reject_old_samples | true | false | | reject_old_samples_max_age | "168h" | "336h" | +#### Some metric prefixes have changed from `cortex_` to `loki_` + +PR [#3842](https://github.com/grafana/loki/pull/3842)/[#4253](https://github.com/grafana/loki/pull/4253) **jordanrushing**: Metrics related to chunk storage and runtime config have changed their prefixes from `cortex_` to `loki_`. + +- `cortex_runtime_config*` -> `loki_runtime_config*` +- `cortex_chunks_store*` -> `loki_chunks_store*` + +-_add changes here which are unreleased_ + ## 2.3.0 ### Loki