You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prometheus/consoles/node.html

17 lines
412 B

{{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"}}