Sending Data to Digma using the OTEL Collector
If you're using an OpenTelemetry Collector
# collector-config.yaml
receivers:
# ...
exporters:
#... other exporters
otlp/digma:
endpoint: ${DIGMA_COLLECTOR_URL}
tls:
insecure: true# collector-config.yaml
receivers:
# ..
exporters:
# ..
service:
pipelines:
traces:
receivers: [otlp]
exporters: [OTHER_EXPORTERS,otlp/digma]
processors: [batch]
PreviousCorrelating observability and source code commitsNextSending Data to Digma Using the Datadog agent
Last updated