Skip to content

Commit

Permalink
Update config.yaml (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
matej-g authored Mar 18, 2024
1 parent 1684f2c commit f0b5e30
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions otel-ecs-fargate/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ processors:
from_attribute: aws.ecs.docker.name
action: upsert
batch:
timeout: 5s
send_batch_size: 256
send_batch_size: 1024
send_batch_max_size: 2048
timeout: "1s"
resourcedetection:
detectors: [env, ec2, ecs]
timeout: 5s
Expand All @@ -51,4 +52,4 @@ service:
metrics/polled:
receivers: [awsecscontainermetrics]
processors: [resourcedetection, resource/metrics, batch]
exporters: [otlp]
exporters: [otlp]

0 comments on commit f0b5e30

Please sign in to comment.