prometheus / compliance

A set of tests to check compliance with various Prometheus interfaces
Apache License 2.0
127 stars 44 forks source link

[alert_generator] Fix tolerance for matching end time of resolved alert #85

Closed codesome closed 2 years ago

codesome commented 2 years ago

We are using 2*MaxRTT for firing alert while it was just MaxRTT for resolved. This PR fixes it.