Skip to content

Latest commit

 

History

History
82 lines (53 loc) · 6.84 KB

CHANGELOG.md

File metadata and controls

82 lines (53 loc) · 6.84 KB

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)

  • Update prometheus/procfs to v0.0.8 #24 (k1LoW)
  • Add grouped /proc/[PID]/status metrics #23 (k1LoW)

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)

  • Fix: Set --group.exclude to grouper #16 (k1LoW)

v0.5.0 (2019-09-20)

  • Add semaphore for restrict number of open files #15 (k1LoW)
  • Add http server timeout #14 (k1LoW)

v0.4.0 (2019-09-19)

  • Add --group.exclude option for exclude group using regexp #13 (k1LoW)

v0.3.0 (2019-09-17)

  • Use prometheus/procfs v0.0.5 #12 (k1LoW)

v0.2.0 (2019-09-05)

  • Change desc grouped_process_procs to grouped_process_num_procs #11 (k1LoW)

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)

v0.1.4 (2019-09-05)

  • Fix proc_stat_numthreads/proc_stat_vsize/proc_stat_rss calc bug #9 (k1LoW)

v0.1.3 (2019-09-04)

  • Fix collector concurrent bug #8 (k1LoW)

v0.1.2 (2019-09-04)

  • Fix metric/ concurrent map iteration and map write #7 (k1LoW)

v0.1.1 (2019-09-04)

  • Fix concurrent map (map[string]*grouped_proc.GroupedProc) writes #6 (k1LoW)

v0.1.0 (2019-09-03)

  • 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)