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
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: