cgroup_exporter/CHANGELOG.md

22 lines
415 B
Markdown
Raw Normal View History

2020-02-27 16:40:26 +00:00
## 0.2.0 / 2020-02-27
### Changes
* Replace swap metrics with memsw to describe the raw values
2020-02-20 19:34:11 +00:00
## 0.1.0 / 2020-02-20
2020-02-27 16:40:26 +00:00
### Changes
2020-02-20 19:34:11 +00:00
* Add metric to indicate collect failures and remove success metric
* Better error handling
* Combine cgroup_userslice_info and cgroup_job_info into cgroup_info
* Rename cgroup_cpu_kernel_seconds to cgroup_cpu_system_seconds
2020-02-20 17:44:12 +00:00
## 0.0.1 / 2020-02-20
### Changes
* Initial Release