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

mimir ruler reads dashboard query scheduler queue duration breakout improvements #7163

Conversation

francoposa
Copy link
Member

@francoposa francoposa commented Jan 18, 2024

In a previous PR we did this breakout of one panel into three for the Reads dashboard but forgot to apply the same improvements for Remote Ruler Reads

What this PR does

Which issue(s) this PR fixes or relates to

Fixes #

Checklist

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

@francoposa francoposa requested a review from a team as a code owner January 18, 2024 18:26
Copy link
Contributor

@56quarters 56quarters left a comment

Choose a reason for hiding this comment

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

LGTM

@francoposa francoposa merged commit 24c64ac into main Jan 18, 2024
30 checks passed
@francoposa francoposa deleted the francoposa/mimir-ruler-reads-dashboard-query-scheduler-queue-duration-breakout-improvements branch January 18, 2024 20:56
Copy link
Contributor

@charleskorn charleskorn left a comment

Choose a reason for hiding this comment

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

I don't think this is quite right, looks like we'll show data on the standard query path's query-scheduler rather than the ruler query path's query-scheduler.

Also, it might be good to pull these rows shared by both dashboards out to a common place to make it easier to make changes to both in one place.

$.qpsPanel('cortex_query_scheduler_queue_duration_seconds_count{%s}' % $.jobMatcher($._config.job_names.ruler_query_scheduler)) +
$.panelDescription(title, description),
$.panelDescription(title, description) +
$.qpsPanel('cortex_query_scheduler_queue_duration_seconds_count{%s}' % $.jobMatcher($._config.job_names.query_scheduler))
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this refer to $._config.job_names.ruler_query_scheduler?

Copy link
Contributor

Choose a reason for hiding this comment

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

(this also applies to a bunch of changes below - looks like they should all refer to ruler_query_scheduler, not query_scheduler)

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.

None yet

3 participants