{{ template "head" . }} {{ template "prom_right_table_head" }} Prometheus {{ template "prom_query_drilldown" (args "sum(up{job='prometheus'})") }} / {{ template "prom_query_drilldown" (args "count(up{job='prometheus'})") }} {{ template "prom_right_table_tail" }} {{ template "prom_content_head" . }}

Prometheus

{{ range query "up{job='prometheus'}" | sortByLabel "instance" }} {{ else }} {{ end }}
Prometheus Up Ingested Samples Memory
{{ .Labels.instance }} Yes{{ else }} class="alert-danger">No{{ end }} {{ template "prom_query_drilldown" (args (printf "irate(prometheus_tsdb_head_samples_appended_total{job='prometheus',instance='%s'}[5m])" .Labels.instance) "/s" "humanizeNoSmallPrefix") }} {{ template "prom_query_drilldown" (args (printf "process_resident_memory_bytes{job='prometheus',instance='%s'}" .Labels.instance) "B" "humanize1024")}}
No devices found.
{{ template "prom_content_tail" . }} {{ template "tail" }}