cgroup_exporter/CHANGELOG.md

30 lines
579 B
Markdown

## 0.3.0 / 2020-04-03
* Add cgroup_memory_rss_bytes and cgroup_memory_cache_bytes metrics
## 0.2.1 / 2020-03-18
* Fix Dockerfile to work on supported platforms
## 0.2.0 / 2020-02-27
### Changes
* Replace swap metrics with memsw to describe the raw values
## 0.1.0 / 2020-02-20
### Changes
* 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
## 0.0.1 / 2020-02-20
### Changes
* Initial Release