i'm trying to plot a counter metric in bars, but it does not work how i would expect it.
i would think that having a counter aggregated every 60 seconds with aggregation set to "increment" would show how many times that counter was incremented in 60 seconds, but it seems to be... much more random and i cannot make sense of it.
Toms Burgmanis
01/06/2025, 10:59 AM
here i am trying to count invocations by certain source ids, each one has been called once per minute, but the bar sometimes jumps to 2, but often shows the values at just 0, whereas it should be 1 at the minimum
Toms Burgmanis
01/06/2025, 11:00 AM
this is the configuration that i have for it, am i doing something wrong here?
n
nitya-signoz
01/06/2025, 3:28 PM
@Srikanth Chekuri might be able to help here
s
Srikanth Chekuri
01/07/2025, 4:27 AM
Your data is aggregated on the SDK and sent with the timestamp when export request made, It could be possible that aggregation happened for the prev into current minute export call.
t
Toms Burgmanis
01/07/2025, 7:31 AM
there had been more than the 4 increments shown here, which makes me think that's not it