You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the functions explorer grafana dashboard, the query here uses the following to left-join the build_info metric:
# Attach the `version` and `commit` labels from the `build_info` metric
* on (instance, job) group_left(version, commit) last_over_time(build_info[$__rate_interval])
In the functions explorer grafana dashboard, the query here uses the following to left-join the build_info metric:
Whereas the request and error ratio use
When I execute the latency query as specified, and
build_info
has not yet been observed, then I get no data backWhen I use the fallback
or on (instance, job) up
, I get data:The text was updated successfully, but these errors were encountered: