line / promgen

Promgen is a configuration file generator for Prometheus
https://line.github.io/promgen/
MIT License
1.04k stars 150 forks source link

[IMPROVEMENT] Update to Alertmanager v2 API #481

Closed kfdm closed 4 months ago

kfdm commented 4 months ago

For most things, changing v1 to v2 works.

The silence API now expects startsAt for all requests, so we make that adjustment.

The Alerts and Silences API now return directly instead of a data field so we also make that adjustment.

Also do some minor adjustments to use HTTPStatus instead of hardcoded status codes.