Skip to content

v0.2.1 - Prometheus Metrics

Latest

Choose a tag to compare

@Bmowville Bmowville released this 26 Jun 14:20
· 1 commit to main since this release

What's Changed

  • Added GET /api/v1/metrics/prometheus for Prometheus-style scraper integrations.
  • Fixed app metadata so FastAPI reports the package version consistently.
  • Made latest alert delivery ordering deterministic when records share a timestamp.

Validation

  • python -m ruff check .
  • python -m mypy app
  • python -m pytest with 38 passing tests