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

frontend dashboard: "hard errors" can show as two entries due to multiple frontend instances #9356

Closed
slimsag opened this issue Mar 26, 2020 · 0 comments · Fixed by #9661
Closed
Assignees
Labels
bug An error, flaw or fault that produces an incorrect or unexpected result, or behavior. monitoring
Milestone

Comments

@slimsag
Copy link
Member

slimsag commented Mar 26, 2020

image

To fix:

-(sum by (status)(increase(src_graphql_search_response{status=~"error"}[5m]))) or on() vector(0)
+sum(sum by (status)(increase(src_graphql_search_response{status=~"error"}[5m]))) or on() vector(0)
@slimsag slimsag added this to the 3.15 milestone Mar 26, 2020
@slimsag slimsag self-assigned this Mar 26, 2020
@slimsag slimsag added the bug An error, flaw or fault that produces an incorrect or unexpected result, or behavior. label Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An error, flaw or fault that produces an incorrect or unexpected result, or behavior. monitoring
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant