2015-01-23 17:40:48 +00:00
|
|
|
{{ 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>
|
2015-10-09 16:58:43 +00:00
|
|
|
<td>{{ template "prom_query_drilldown" (args "sum by (job)(irate(cloudwatch_requests_total{job='cloudwatch'}[5m]))" "/s" "humanizeNoSmallPrefix") }}</td>
|
2015-01-23 17:40:48 +00:00
|
|
|
</tr>
|
|
|
|
{{ template "prom_right_table_tail" }}
|
|
|
|
|
|
|
|
{{ template "prom_content_head" . }}
|
|
|
|
<h1>CloudWatch Exporter</h1>
|
|
|
|
{{ template "prom_content_tail" . }}
|
|
|
|
|
|
|
|
{{ template "tail" }}
|