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.
20 lines
615 B
20 lines
615 B
10 years ago
|
{{ template "head" . }}
|
||
|
|
||
|
{{ template "prom_right_table_head" }}
|
||
|
<tr>
|
||
|
<th>cloudwatch</th>
|
||
|
<th>{{ template "prom_query_drilldown" (args "sum(up{job='cloudwatch'})") }} / {{ template "prom_query_drilldown" (args "count(up{job='cloudwatch'})") }}</th>
|
||
|
</tr>
|
||
|
|
||
|
<tr>
|
||
|
<td>API Requests</td>
|
||
|
<td>{{ template "prom_query_drilldown" (args "sum by (job)(rate(cloudwatch_requests_total{job='cloudwatch'}[5m]))" "/s" "humanizeNoSmallPrefix") }}</td>
|
||
|
</tr>
|
||
|
{{ template "prom_right_table_tail" }}
|
||
|
|
||
|
{{ template "prom_content_head" . }}
|
||
|
<h1>CloudWatch Exporter</h1>
|
||
|
{{ template "prom_content_tail" . }}
|
||
|
|
||
|
{{ template "tail" }}
|