pip install PyYAML psutil prometheus_client
python process_expoorter.py --config config.yaml
"args": [
"--config",
"config.yaml"
],
pip install PyInstaller
pyinstaller -F process_expoorter.py
pip install PyYAML psutil prometheus_client
python process_expoorter.py --config config.yaml
"args": [
"--config",
"config.yaml"
],
pip install PyInstaller
pyinstaller -F process_expoorter.py