2022-11-15 13:51:26 +00:00
|
|
|
## 0.8.1 / 2022-11-15
|
|
|
|
|
|
|
|
### Changes
|
|
|
|
|
|
|
|
* [BUGFIX] Avoid null references during what appears to be race condition (#21)
|
|
|
|
|
2022-03-08 16:58:08 +00:00
|
|
|
## 0.8.0 / 2022-03-08
|
|
|
|
|
|
|
|
### Changes
|
|
|
|
|
|
|
|
* [ENHANCEMENT] Update Go to 1.17
|
|
|
|
* [ENHANCEMENT] Update Go module dependencies
|
|
|
|
|
2021-04-23 16:53:33 +00:00
|
|
|
## 0.7.0 / 2021-04-23
|
2021-04-23 13:52:06 +00:00
|
|
|
|
|
|
|
### Changes
|
|
|
|
|
|
|
|
* [ENHANCEMENT] Update to Go 1.16
|
2021-04-23 14:16:52 +00:00
|
|
|
* [ENHANCEMENT] Update Go module dependencies
|
2021-04-23 13:52:06 +00:00
|
|
|
|
2020-10-03 14:47:15 +00:00
|
|
|
## 0.6.0 / 2020-10-03
|
|
|
|
|
|
|
|
* Update to Go 1.15
|
|
|
|
|
2020-10-02 20:43:29 +00:00
|
|
|
## 0.5.0 / 2020-10-02
|
|
|
|
|
|
|
|
* Add cgroup_process_exec_count metric
|
|
|
|
* Switch logging to promlog
|
|
|
|
* Parallelize cgroup loads and process info collection
|
|
|
|
|
2020-10-01 15:18:24 +00:00
|
|
|
## 0.4.0 / 2020-10-01
|
|
|
|
|
|
|
|
* Add cgroup_cpu_info metric
|
|
|
|
* Update to Go 1.14 and update dependencies
|
|
|
|
|
2020-04-03 13:07:03 +00:00
|
|
|
## 0.3.0 / 2020-04-03
|
|
|
|
|
|
|
|
* Add cgroup_memory_rss_bytes and cgroup_memory_cache_bytes metrics
|
|
|
|
|
2020-03-18 13:22:48 +00:00
|
|
|
## 0.2.1 / 2020-03-18
|
|
|
|
|
|
|
|
* Fix Dockerfile to work on supported platforms
|
|
|
|
|
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
|
|
|
|
|