2014-11-20 10:41:25 -08:00
|
|
|
{{ template "head" . }}
|
|
|
|
|
2015-01-23 09:40:48 -08:00
|
|
|
{{ template "prom_right_table_head" }}
|
|
|
|
{{ template "prom_right_table_tail" }}
|
2014-11-20 10:41:25 -08:00
|
|
|
|
2015-01-23 09:40:48 -08:00
|
|
|
{{ template "prom_content_head" . }}
|
2014-11-20 10:41:25 -08:00
|
|
|
<h1>Overview</h1>
|
2017-08-21 08:35:20 -07:00
|
|
|
<p>These are example consoles for Prometheus.</p>
|
2014-11-20 10:41:25 -08:00
|
|
|
|
2015-01-23 09:40:48 -08:00
|
|
|
<p>These consoles expect exporters to have the following job labels:</p>
|
|
|
|
<table class="table table-condensed table-striped table-bordered" style="width: 0%">
|
|
|
|
<tr>
|
|
|
|
<th>Exporter</th>
|
|
|
|
<th>Job label</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Node Exporter</td>
|
|
|
|
<td><code>node</code></td>
|
|
|
|
</tr>
|
2015-08-07 08:09:16 -07:00
|
|
|
<tr>
|
|
|
|
<td>Prometheus</td>
|
|
|
|
<td><code>prometheus</code></td>
|
|
|
|
</tr>
|
2015-01-23 09:40:48 -08:00
|
|
|
</table>
|
|
|
|
|
|
|
|
{{ template "prom_content_tail" . }}
|
|
|
|
|
|
|
|
{{ template "tail" }}
|