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

'Reads' and 'Remote ruler reads' dashboards: add ingester and store-gateway query request panels for respective query path #10598

Merged
merged 7 commits into from
Feb 7, 2025

Conversation

charleskorn
Copy link
Contributor

@charleskorn charleskorn commented Feb 6, 2025

What this PR does

This PR makes a number of changes to the 'Reads' and 'Remote ruler reads' dashboards:

  • It clarifies that the existing ingester and store-gateway panels on the 'Reads' dashboard show data from all query requests to that component, not just requests from the main query path (ie. requests from the ruler query path are included as well)
  • It adds those panels to the 'Remote ruler reads' dashboard as well
  • It adds similar panels showing only requests from the respective dashboard's query path, as reported by queriers. For example, the 'Remote ruler reads' dashboard now has panels showing the ingester query request rate from ruler-queriers only.

This is what the 'Reads' dashboard looks like now (and the 'Remote ruler reads' dashboard is similar):

Screenshot 2025-02-07 at 10 30 59 am

Which issue(s) this PR fixes or relates to

(none)

Checklist

  • [n/a] Tests updated.
  • [n/a] Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • [n/a] about-versioning.md updated with experimental features.

@charleskorn charleskorn marked this pull request as ready for review February 7, 2025 00:33
@charleskorn charleskorn requested a review from a team as a code owner February 7, 2025 00:33
@jhesketh
Copy link
Contributor

jhesketh commented Feb 7, 2025

There's quite a bit of jsonnet to interpret here. Could you please provide some screenshots of the changes to assist with reviewing?

@charleskorn
Copy link
Contributor Author

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.

Copy link
Contributor

@jhesketh jhesketh left a 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)',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
queryPathDescription='main query path (ie. not the ruler query path, if enabled)',
queryPathDescription='main query path (excluding ruler query path, if enabled)',

@charleskorn charleskorn enabled auto-merge (squash) February 7, 2025 04:24
@charleskorn charleskorn merged commit fea4e23 into main Feb 7, 2025
30 checks passed
@charleskorn charleskorn deleted the charleskorn/reads-dashboard branch February 7, 2025 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants