Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add build_info fallback to latency queries in Explorer dashboard #78

Merged

Conversation

brettimus
Copy link
Contributor

@brettimus brettimus commented Jul 17, 2023

Fixes #77


Use

* on(instance, job) group_left(version, commit) (last_over_time(build_info[$__rate_interval]) or on (instance, job) up)

instead of

* on(instance, job) group_left(version, commit) last_over_time(build_info[$__rate_interval])

in the latency histogram queries.


Tested importing dashboard locally, and it works:

image

@brettimus brettimus merged commit 79d53e9 into main Jul 17, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latency histogram query in Function Explorer dashboard does not use build_info fallback
2 participants