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

query-scheduler: instrument number of cancelled requests #3696

Merged

Conversation

dimitarvdimitrov
Copy link
Contributor

To help determine the impact of #3695 I am adding a counter to
measure the number of requests that end up being discarded because they
are cancelled, but still occupy capacity in the queue.

Signed-off-by: Dimitar Dimitrov dimitar.dimitrov@grafana.com

Copy link
Contributor

@colega colega left a comment

Choose a reason for hiding this comment

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

Changes LGTM but please add a changelog entry.

To help determine the impact of issue 3695 I am adding a counter to
measure the number of requests that end up being discarded because they
are cancelled, but still occupy capacity in the queue.

Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
@dimitarvdimitrov dimitarvdimitrov force-pushed the dimitar/instrument-scheduler-cancelled-requests branch from 0228236 to 74b7e54 Compare December 12, 2022 11:10
Copy link
Contributor

@aknuds1 aknuds1 left a comment

Choose a reason for hiding this comment

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

LGTM

@aknuds1 aknuds1 added the enhancement New feature or request label Dec 12, 2022
@dimitarvdimitrov dimitarvdimitrov merged commit 520ae78 into main Dec 12, 2022
@dimitarvdimitrov dimitarvdimitrov deleted the dimitar/instrument-scheduler-cancelled-requests branch December 12, 2022 12:55
masonmei pushed a commit to udmire/mimir that referenced this pull request Dec 16, 2022
To help determine the impact of issue 3695 I am adding a counter to
measure the number of requests that end up being discarded because they
are cancelled, but still occupy capacity in the queue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants