aprs.me/config
Graham McIntire 51e068f3f1
Add PromEx Prometheus exporter and /metrics endpoint
Wire up prom_ex with built-in Application, Beam, Phoenix, PhoenixLiveView,
and Ecto plugins, plus a custom plugin that exposes the existing
app-specific telemetry (packet pipeline, spatial PubSub, repo pool,
postgres stats, insert optimizer) as Prometheus metrics.

Mount PromEx.Plug at /metrics — internal-only, intended to be scraped
by the cluster's external Prometheus through the kube-apiserver pod
proxy. K8s pod template now carries prometheus.io/{scrape,port,path}
annotations so the existing kubernetes-pods scrape job picks it up
automatically.

PromEx is disabled in the test environment.

Also harden the packet cleanup and partition manager tests with
Repo.delete_all setup hooks so they aren't poisoned by residual rows
committed outside a sandbox transaction in earlier runs (which were
inflating delete counts and triggering ATTACH PARTITION check_violation
errors against packets_default).
2026-05-08 10:41:06 -05:00
..
config.exs Add PromEx Prometheus exporter and /metrics endpoint 2026-05-08 10:41:06 -05:00
dev.exs Add client IP to request log metadata 2026-02-20 17:48:15 -06:00
prod.exs Convert JS hooks to TypeScript and update esbuild to 0.25.4 2026-02-20 12:27:00 -06:00
runtime.exs chore: remove unused deps, replace resend with custom Swoosh adapter, fix test isolation 2026-04-24 13:04:18 -05:00
test.exs Add PromEx Prometheus exporter and /metrics endpoint 2026-05-08 10:41:06 -05:00