perforce / p4prometheus

[Community Supported] Perforce (Helix Core) interface for writing Prometheus metrics from real-time analysis of p4d log files.
MIT License
45 stars 24 forks source link

Enable monitoring to work with multiple SDP instances on a single hos… #40

Open jdputsch opened 1 year ago

jdputsch commented 1 year ago

We run multiple SDP instances on a shared servers. Some of the temporary/status files in the metrics root directory were getting used by monitor_metrics.py and monitor_metrics.sh scripts leading to confused/incorrect metrics.

This PR addresses those conflicts.

Fixes perforce/p4prometheus#41