extensions: health_check: receivers: otlp: protocols: grpc: endpoint: 0.0.0.0:4317 http: endpoint: 0.0.0.0:4318 awsxray: endpoint: 0.0.0.0:2000 transport: udp statsd: endpoint: 0.0.0.0:8125 aggregation_interval: 60s processors: batch/traces: timeout: 1s send_batch_size: 50 batch/metrics: timeout: 60s exporters: awsxray: awsemf: namespace: ECS/AWSOTel/Application log_group_name: '/aws/ecs/application/metrics' service: pipelines: traces: receivers: [otlp,awsxray] processors: [batch/traces] exporters: [awsxray] metrics: receivers: [otlp, statsd] processors: [batch/metrics] exporters: [awsemf] extensions: [health_check]