Skip to content

Cleanup process collector

Ben Kochie requested to merge bjk/process into master
  • Simplify use by reading all stats from /proc/<pid>/stat.
  • Simplify metrics for total resident and virtual bytes.
  • Use process start time to fit with Prometheus conventions.
  • Add process CPU seconds metric.

Merge request reports