Files
prometheus-process-exporter/config.yml
T
tchivert aeab295af1
build / build (push) Successful in 1m14s
trying to resolve process name
2026-04-28 18:53:35 +02:00

16 lines
333 B
YAML

# Prometheus Process Exporter Configuration
# YAML format - recommended for Prometheus exporters
# List of processes to monitor
processes:
- nginx
- haproxy
- postgres
# - mysql
# - redis
# Example with process name resolution (uncomment to use):
# processes:
# - name: php-fpm
# resolveName: true
# - name: nginx