Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

otel collector config.yaml #663

Closed
georges-git opened this issue Sep 23, 2021 · 1 comment
Closed

otel collector config.yaml #663

georges-git opened this issue Sep 23, 2021 · 1 comment

Comments

@georges-git
Copy link

Hello, I am using AWS otel collector config.yaml and sending metrics via stasd. I have currently following values:
statsd:
endpoint: 0.0.0.0:8125
aggregation_interval: 60s

Clarification: If i want to send the metrics every 10 secs, would changing "aggregation_interval to 10 secs" do the job, or is there other parameter to configure to flush every 10 secs?

@khanhntd
Copy link
Contributor

khanhntd commented Nov 1, 2021

Yes. According to the document, the aggregation_interval is similar to the flush interval in statsD. Therefore, changing the aggregation interval to 10s will change the setting to: for every 10 second, send the last metrics with aggregation to the workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants