otlp is defined in the traces pipeline:
TRACELOOP_BASE_URL environment variable to point to the Splunk OpenTelemetry Collector OTLP endpoint:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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 is defined in the traces pipeline:
pipelines:
traces:
receivers: [jaeger, otlp, sapm, zipkin]
processors:
- memory_limiter
- batch
#- resource/add_environment
exporters: [sapm]
TRACELOOP_BASE_URL environment variable to point to the Splunk OpenTelemetry Collector OTLP endpoint:
TRACELOOP_BASE_URL=http://<splunk-otel-collector>:4318
Was this page helpful?
