receivers: otlp: protocols: grpc: endpoint: "0.0.0.0:4317" http: endpoint: "0.0.0.0:4318"
exporters: # Traces sapm: access_token: "${SPLUNK_ACCESS_TOKEN}" endpoint: "https://ingest.${SPLUNK_REALM}.signalfx.com/v2/trace" sending_queue: num_consumers: 32
otlp
pipelines: traces: receivers: [jaeger, otlp, sapm, zipkin] processors: - memory_limiter - batch #- resource/add_environment exporters: [sapm]
TRACELOOP_BASE_URL
TRACELOOP_BASE_URL=http://<splunk-otel-collector>:4318
Was this page helpful?