Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_`.
JordanRushing marked this conversation as resolved.
Show resolved Hide resolved

- `cortex_runtime_config*` -> `loki_runtime_config*`
- `cortex_chunks_store*` -> `loki_chunks_store*`

-_add changes here which are unreleased_

## 2.3.0

### Loki
Expand Down