thanos icon indicating copy to clipboard operation
thanos copied to clipboard

add panel Query Concurrency to dashboard mixin.

Open raptorsun opened this issue 2 years ago • 4 comments

  • [ ] I added CHANGELOG entry for this change.
  • [x] Change is not relevant to the end user.

Changes

add a panel "Query Concurrency" to the dashboard mixin, showing the available capacity to serve concurrent queries.

Verification

add the dashboard to grafana to check it.

The panel should look like this: Screenshot from 2022-07-26 22-55-42

raptorsun avatar Jul 26 '22 21:07 raptorsun

how to rerun the failing test? it seems like a transient error.

raptorsun avatar Jul 28 '22 08:07 raptorsun

Hey @raptorsun, can you have a look at the feedback so that we can proceed with merging your contribution, please? 🙏

To rerun the build in case it fails, you can push an empty commit. Here's how you can create an empty commit: git commit -s --allow-empty -m "Empty commit to trigger CI"

douglascamata avatar Aug 03 '22 14:08 douglascamata

Small tip: maybe rebasing with main can help reducing the random failures. We've been working on this recently.

douglascamata avatar Aug 03 '22 14:08 douglascamata

Small tip: maybe rebasing with main can help reducing the random failures. We've been working on this recently.

The PR has been rebased on latest main branch now.

raptorsun avatar Aug 04 '22 15:08 raptorsun