Skip to content

cpu/disk/memory exporter and process count/cpu/memory exporter

Notifications You must be signed in to change notification settings

wxplovecc/process-exporter

Repository files navigation

process prometheus exporter

usage

local

  1. pip install PyYAML psutil prometheus_client
  2. python process_expoorter.py --config config.yaml

vscode debug args

"args": [
                "--config",
                "config.yaml"
            ],

package

  1. pip install PyInstaller
  2. pyinstaller -F process_expoorter.py

grafana

grafana

grafana json

for import

About

cpu/disk/memory exporter and process count/cpu/memory exporter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages