2014-11-20 18:41:25 +00:00
|
|
|
{{ template "head" . }}
|
|
|
|
|
2015-01-23 17:40:48 +00:00
|
|
|
{{ template "prom_right_table_head" }}
|
|
|
|
{{ template "prom_right_table_tail" }}
|
2014-11-20 18:41:25 +00:00
|
|
|
|
2015-01-23 17:40:48 +00:00
|
|
|
{{ template "prom_content_head" . }}
|
2014-11-20 18:41:25 +00:00
|
|
|
<h1>Overview</h1>
|
|
|
|
<p>These are example consoles for Prometheus, they are still under development.</p>
|
|
|
|
|
2015-01-23 17:40:48 +00: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>
|
|
|
|
<tr>
|
|
|
|
<td>HAProxy Exporter</td>
|
|
|
|
<td><code>haproxy</code></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>CloudWatch Exporter</td>
|
|
|
|
<td><code>cloudwatch</code></td>
|
|
|
|
</tr>
|
2015-01-30 11:27:52 +00:00
|
|
|
<tr>
|
|
|
|
<td>Cassandra (JMX Exporter)</td>
|
|
|
|
<td><code>cassandra</code></td>
|
|
|
|
</tr>
|
2015-01-23 17:40:48 +00:00
|
|
|
</table>
|
|
|
|
|
|
|
|
{{ template "prom_content_tail" . }}
|
|
|
|
|
|
|
|
{{ template "tail" }}
|