v0.8.0 (2021-01-29)
- Remove timeout for http server. #29 (k1LoW)
- Add default metrics
grouped_process_num_grouped
( Number of grouped ) #28 (k1LoW) - Add --metric.desc to filter metric descriptor #27 (k1LoW)
- Bump up go and pkg version #26 (k1LoW)
v0.7.1 (2021-01-27)
- Fix invalid memory address or nil pointer dereference when --collector.status is enabled #25 (k1LoW)
v0.7.0 (2019-12-11)
v0.6.0 (2019-11-14)
- Resolve cgroup subsystem symlinks #22 (k1LoW)
- Fix
--cgroup.subsystem
option type #21 (k1LoW) - Add
--cgroup.subsystem
option to set cgroup subsystem to scan #20 (k1LoW) - Update prometheus/procfs to v0.0.6 #19 (k1LoW)
- README.md: fix typo #18 (perlun)
- README.md: minor English and grammar improvements #17 (perlun)
v0.5.1 (2019-09-24)
v0.5.0 (2019-09-20)
v0.4.0 (2019-09-19)
v0.3.0 (2019-09-17)
v0.2.0 (2019-09-05)
v0.1.5 (2019-09-05)
- Fix proc_io_syscw calc bug #10 (k1LoW)
- Fix proc_stat_numthreads/proc_stat_vsize/proc_stat_rss calc bug #9 (k1LoW)
- Fix collector concurrent bug #8 (k1LoW)
- Fix metric/ concurrent map iteration and map write #7 (k1LoW)
- Fix concurrent map (map[string]*grouped_proc.GroupedProc) writes #6 (k1LoW)
- Add github.com/prometheus/common/log #5 (k1LoW)
- Add test #4 (k1LoW)
- Add
--version
option for print version #3 (k1LoW) - Add grouped /proc/[PID]/stat metrics #2 (k1LoW)
- Fix counting architecture #1 (k1LoW)