numaproj / numalogic-prometheus

AIOps for metrics in Prometheus
Apache License 2.0
32 stars 10 forks source link

fix: duplicate payload generation for the same timestamp and composite key #114

Closed ab93 closed 1 year ago

ab93 commented 1 year ago

Fixes an issue where a duplicate payload (with a different uuid) for the same timestamp, value and composite key is generated, thus leading to multiple publishing to Prometheus. This was happening when we get almost the exact request multiple times, e.g. data coming from different prometheus replica.