PDC agent metrics
The PDC agent exposes Prometheus-compatible metrics for monitoring and alerting. By default, these metrics are available at http://<agent-host>:8090/metrics. You can change the metrics port using the metrics-addr flag. Example: --metrics-addr=":9100"
Available metrics
The metrics include counters, gauges, and native histograms that provide insight into the agent’s behavior, including:
- SSH connection count and duration
 - TCP connection counts
 - Signing request latency
 - Restart counts with exit codes
 
The following metrics are currently supported:
Use cases
Use cases include the following:
- Use the 
exit_codelabel on restart metrics to investigate failure causes. - Track signing request durations using histograms for SLO reporting.
 



