Add metric prefix changes for chunk store and runtime config to upgrading.md (#4436)

pull/4499/head
JordanRushing 4 years ago committed by GitHub
parent c4562f19ed
commit afbbc2fc4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      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

Loading…
Cancel
Save