receivers: otlp: protocols: grpc: endpoint: 0.0.0.0:4317 http: endpoint: 0.0.0.0:4318 processors: memory_limiter: check_interval: 1s limit_mib: 256 spike_limit_mib: 64 batch: timeout: 2s send_batch_size: 512 exporters: otlp/tempo: endpoint: tempo:4317 tls: insecure: true extensions: health_check: endpoint: 0.0.0.0:13133 service: extensions: [health_check] pipelines: traces: receivers: [otlp] processors: [memory_limiter, batch] exporters: [otlp/tempo]