prometheus-act-exporter/METRICS.md

14 lines
354 B
Markdown
Raw Normal View History

2018-06-04 05:50:24 +00:00
# METRICS
Below are an example of the metrics as exposed by this exporter.
```
# HELP act_fup_usage_gigabytes_total ACT current usage in GB
# TYPE act_fup_usage_gigabytes_total gauge
act_fup_usage_gigabytes_total 41.42
# HELP act_fup_max_gigabytes_total ACT FUP limit in GB
# TYPE act_fup_max_gigabytes_total gauge
act_fup_max_gigabytes_total 500
```