Skip to content

Aggregator transform on count metrics don't behave as expected #21672

Answered by jszwedko
timtylin asked this question in Q&A
Discussion options

You must be logged in to vote

I think the confusion here may lie with how interval_ms works. It aggregates based on real-time windows rather than using the timestamps of the metrics. That is: if you set 10_000, it will aggregate incoming metrics for 10 seconds and then flush. I think you are seeing a single metric when setting it to 10_000 because it is processing all of the input much more quickly than that.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jszwedko
Comment options

@timtylin
Comment options

@jszwedko
Comment options

Answer selected by timtylin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants