prometheus-community / prom-label-proxy

A proxy that enforces a given label in a given PromQL query.
Apache License 2.0
248 stars 95 forks source link

chore: use golden file for tests #210

Closed simonpasquier closed 2 months ago

simonpasquier commented 2 months ago

Modifying existing tests for alerts and rules endpoints is very tedious as you need to do lots of manual edits. This change relies on golden files which can be automatically updated as the reponse payload evolves.