-
Notifications
You must be signed in to change notification settings - Fork 541
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
Write dashboard: allow using cortex_request_duration_seconds native histogram #8757
Conversation
Signed-off-by: Yuri Nikolic <[email protected]>
3715e6e
to
49b9e52
Compare
Signed-off-by: Yuri Nikolic <[email protected]>
49b9e52
to
e0e37d6
Compare
Generated relevant diff with
which looks ok |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I don't see classic-only mentions of the metric.
CHANGELOG.md
Outdated
* Overview dashboard: status, read/write latency and queries/ingestion per sec panels, `cortex_request_duration_seconds` metric. | ||
* [ENHANCEMENT] Dashboards: allow switching between using classic or native histograms in dashboards. | ||
* Overview dashboard: status, read/write latency and queries/ingestion per sec panels, `cortex_request_duration_seconds` metric. #7674 #8502 | ||
* Write dashboard: `cortex_request_duration_seconds` metric. #8757 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
* Write dashboard: `cortex_request_duration_seconds` metric. #8757 | |
* Writes dashboard: `cortex_request_duration_seconds` metric. #8757 |
* Overview dashboard: status, read/write latency and queries/ingestion per sec panels, `cortex_request_duration_seconds` metric. | ||
* [ENHANCEMENT] Dashboards: allow switching between using classic or native histograms in dashboards. | ||
* Overview dashboard: status, read/write latency and queries/ingestion per sec panels, `cortex_request_duration_seconds` metric. #7674 | ||
* Write dashboard: `cortex_request_duration_seconds` metric. #8757 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Write dashboard: `cortex_request_duration_seconds` metric. #8757 | |
* Writes dashboard: `cortex_request_duration_seconds` metric. #8757 |
Signed-off-by: Yuri Nikolic <[email protected]>
What this PR does
Allow using cortex_request_duration_seconds native histogram in
overview dashboard everywhere.
Which issue(s) this PR fixes or relates to
Related to #7154
Depends on grafana/jsonnet-libs#1285
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.