Skip to content

Include rollout dashboard, borrowed from Mimir#1456

Merged
zalegrala merged 5 commits intografana:mainfrom
zalegrala:mixinRolloutDashboard
Jun 2, 2022
Merged

Include rollout dashboard, borrowed from Mimir#1456
zalegrala merged 5 commits intografana:mainfrom
zalegrala:mixinRolloutDashboard

Conversation

@zalegrala
Copy link
Copy Markdown
Contributor

@zalegrala zalegrala commented May 31, 2022

What this PR does:

  • Include rollout dashboard
  • Adjust Grafana label to tempo-mixin

Checklist

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

@zalegrala zalegrala force-pushed the mixinRolloutDashboard branch 2 times, most recently from afc8ea8 to 5eb14fd Compare May 31, 2022 14:46
@zalegrala zalegrala marked this pull request as ready for review May 31, 2022 15:45
@zalegrala zalegrala force-pushed the mixinRolloutDashboard branch 2 times, most recently from 862fcec to b9266f4 Compare May 31, 2022 17:57
//
$.panel('Writes - 2xx') +
$.newStatPanel(|||
sum(rate(cortex_request_duration_seconds_count{%(gateway_job_matcher)s, route=~"%(gateway_write_routes_regex)s",status_code=~"2.+"}[$__rate_interval])) /
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I think all these cortex_ metrics should be tempo_ metrics? Double check by importing the dashboard into an env that has tempo to make sure these graphs are populated.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

+1

namespace_matcher: $.namespaceMatcher(),
per_cluster_label: $._config.per_cluster_label,
gateway_job_matcher: $.jobMatcher($._config.jobs.gateway),
gateway_write_routes_regex: 'api_(v1|prom)_push',
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

i don't think these read/write routes will work for us.

Copy link
Copy Markdown
Contributor

@annanay25 annanay25 left a comment

Choose a reason for hiding this comment

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

Nice one Zach 🚀

Comment thread operations/tempo-mixin-compiled/dashboards/tempo-reads.json Outdated
@zalegrala zalegrala force-pushed the mixinRolloutDashboard branch from b9266f4 to 78aadba Compare June 1, 2022 16:37
@zalegrala
Copy link
Copy Markdown
Contributor Author

image

Copy link
Copy Markdown
Collaborator

@joe-elliott joe-elliott left a comment

Choose a reason for hiding this comment

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

👍

@zalegrala zalegrala merged commit 8ea87a8 into grafana:main Jun 2, 2022
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.

3 participants