File: index.html.example

package info (click to toggle)
prometheus 1.5.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,640 kB
  • ctags: 3,562
  • sloc: makefile: 100; sh: 98
file content (48 lines) | stat: -rw-r--r-- 1,024 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{{ 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" }}