mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 08:04:04 -08:00
17 lines
412 B
HTML
17 lines
412 B
HTML
|
{{template "head" .}}
|
||
|
|
||
|
{{template "prom_right_table_head"}}
|
||
|
<tr>
|
||
|
<th>Node</th>
|
||
|
<th>{{ template "prom_query_drilldown" (args "sum(up{job='node'})") }} / {{ template "prom_query_drilldown" (args "count(up{job='node'})") }}</th>
|
||
|
</tr>
|
||
|
{{template "prom_right_table_tail"}}
|
||
|
|
||
|
{{template "prom_content_head" .}}
|
||
|
<h1>Node</h1>
|
||
|
|
||
|
Choose an instance on the left.
|
||
|
{{template "prom_content_tail" .}}
|
||
|
|
||
|
{{template "tail"}}
|