Skip to content

Commit

Permalink
Add metric prefix changes for chunk store and runtime config to upgra…
Browse files Browse the repository at this point in the history
…ding.md (#4436)
  • Loading branch information
JordanRushing authored Oct 18, 2021
1 parent c4562f1 commit afbbc2f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/sources/upgrading/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afbbc2f

Please sign in to comment.