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

Add active and queued requests to async dashboard #2326

Merged
merged 9 commits into from
Jul 13, 2021

Conversation

deliahu
Copy link
Member

@deliahu deliahu commented Jul 9, 2021

closes #1960

@deliahu deliahu requested a review from miguelvr July 9, 2021 04:52
Comment on lines -64 to -67
"fieldConfig": {
"defaults": {},
"overrides": []
},
Copy link
Member Author

Choose a reason for hiding this comment

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

This was automatically deleted when I exported the json, should it be reverted, or is that ok?

{
"exemplar": true,
"expr": "sum(cortex_async_in_flight{api_kind=\"AsyncAPI\",api_name=\"$api_name\"}) by (api_name)",
"hide": true,
Copy link
Member Author

Choose a reason for hiding this comment

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

I decided to hide this one from the dashboard since I thought the other two were nicer. But I left the query there in case users want to show it. We need to collect the metric regardless for autoscaling)

@deliahu deliahu requested a review from miguelvr July 9, 2021 21:51
Copy link
Collaborator

@miguelvr miguelvr left a comment

Choose a reason for hiding this comment

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

LGTM

@deliahu deliahu merged commit 961439b into master Jul 13, 2021
@deliahu deliahu deleted the async-dashboard-in-flight branch July 13, 2021 18:09
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.

Add grafana dashboard for AsyncAPI
3 participants