-
Notifications
You must be signed in to change notification settings - Fork 569
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
'Reads' and 'Remote ruler reads' dashboards: add ingester and store-gateway query request panels for respective query path #10598
Conversation
…w data from all query paths, and add them to the Remote Ruler Reads dashboard too
There's quite a bit of jsonnet to interpret here. Could you please provide some screenshots of the changes to assist with reviewing? |
Sorry, took a screenshot and forgot to add it to the PR description 🤦 I've added this now. |
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 sans updating the helm charts
@@ -125,46 +125,9 @@ local filename = 'mimir-reads.json'; | |||
querySchedulerJobName=$._config.job_names.query_scheduler, | |||
querierJobName=$._config.job_names.querier, | |||
queryRoutesRegex=$.queries.read_http_routes_regex, | |||
queryPathDescription='main query path (ie. not the ruler query path, if enabled)', |
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.
queryPathDescription='main query path (ie. not the ruler query path, if enabled)', | |
queryPathDescription='main query path (excluding ruler query path, if enabled)', |
What this PR does
This PR makes a number of changes to the 'Reads' and 'Remote ruler reads' dashboards:
This is what the 'Reads' dashboard looks like now (and the 'Remote ruler reads' dashboard is similar):
Which issue(s) this PR fixes or relates to
(none)
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.