mirror of https://github.com/prometheus/prometheus
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.
48 lines
1.0 KiB
48 lines
1.0 KiB
{{ template "head" . }} |
|
|
|
{{ template "prom_right_table_head" }} |
|
{{ template "prom_right_table_tail" }} |
|
|
|
{{ template "prom_content_head" . }} |
|
<h1>Overview</h1> |
|
<p>These are example consoles for Prometheus, they are still under development.</p> |
|
|
|
<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>Prometheus</td> |
|
<td><code>prometheus</code></td> |
|
</tr> |
|
<tr> |
|
<td>SNMP Exporter</td> |
|
<td><code>snmp</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> |
|
<tr> |
|
<td>Cassandra (JMX Exporter)</td> |
|
<td><code>cassandra</code></td> |
|
</tr> |
|
<tr> |
|
<td>Blackbox (Prober)</td> |
|
<td><code>blackbox</code></td> |
|
</tr> |
|
</table> |
|
|
|
{{ template "prom_content_tail" . }} |
|
|
|
{{ template "tail" }}
|
|
|