numaproj / numalogic-prometheus

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

Use watermarks when publishing the unified anomaly score #13

Open nkoppisetty opened 1 year ago

nkoppisetty commented 1 year ago

When publishing the unified anomaly score, we wait for all the metrics for a given timestamp and compute the unified anomaly score. If any of the metrics is not received, unified anomaly score is not published. Use watermaks to resolve this issue.