You've already forked prometheus-process-exporter
10 lines
198 B
YAML
10 lines
198 B
YAML
# Prometheus Process Exporter Configuration
|
|
# YAML format - recommended for Prometheus exporters
|
|
|
|
# List of processes to monitor
|
|
processes:
|
|
- nginx
|
|
- haproxy
|
|
- postgres
|
|
# - mysql
|
|
# - redis |