{{ template "head" . }} {{ template "prom_right_table_head" }} Blackbox {{ template "prom_query_drilldown" (args "sum(up{job='blackbox'})") }} / {{ template "prom_query_drilldown" (args "count(up{job='blackbox'})") }} Currently {{ range query "probe_success{job='blackbox'}" | sortByLabel "instance" }} {{ .Labels.instance }} Up{{ else }} class="alert-danger">Down{{ end }} {{ end }} Past Day % {{ range query "avg_over_time(probe_success{job='blackbox'}[1d]) * 100" | sortByLabel "instance" }} {{ .Labels.instance }} {{ (. | value | printf "%.2f") }}% {{ end }} {{ template "prom_right_table_tail" }} {{ template "prom_content_head" .}}

Blackbox

Response times

{{ template "prom_content_tail" . }} {{ template "tail" }}