16 lines
333 B
YAML
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 |