You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The canary service has 2 components, the aggregator which calculates and exports metrics and the metronome that performs synthetic monitoring over LH.
The aggregator uses kafka streams to calculate metrics. When there is not messages in the input topic the window does not get close and the aggregator export the last value.
Steps To Reproduce
Run canary and then stop the metronome.
The aggregator exports the same value indefinitely.
Expected Behavior
After a timeout the aggregator should close the windows and reset the metric.
Screenshots
Additional Context
No response
Components
No response
The text was updated successfully, but these errors were encountered:
sauljabin
added
the
bug
An issue with correctness, stability, performance, or API conformance.
label
Nov 18, 2024
sauljabin
changed the title
Canary aggregator is not closing the last window if there is not metrics in the input topic
Canary aggregator is not closing the last window if there is no messages in the input topic
Nov 18, 2024
Context
The canary service has 2 components, the aggregator which calculates and exports metrics and the metronome that performs synthetic monitoring over LH.
The aggregator uses kafka streams to calculate metrics. When there is not messages in the input topic the window does not get close and the aggregator export the last value.
Steps To Reproduce
Run canary and then stop the metronome.
The aggregator exports the same value indefinitely.
Expected Behavior
After a timeout the aggregator should close the windows and reset the metric.
Screenshots
Additional Context
No response
Components
No response
The text was updated successfully, but these errors were encountered: