aprs.me/lib/aprsme/telemetry
Graham McIntire 974c61e549
Handle database metrics collection gracefully during startup
Check if Repo process is started before attempting to collect PostgreSQL
metrics. This prevents the 'could not lookup Ecto repo' error message
during application startup when the periodic metrics collector runs
before the Repo is fully initialized.

The metrics collection now silently skips when the Repo isn't ready
and will succeed on subsequent runs once the Repo is started.
2025-10-25 17:47:08 -05:00
..
database_metrics.ex Handle database metrics collection gracefully during startup 2025-10-25 17:47:08 -05:00