receivers: #Apache Cary apache: endpoint: "http://localhost:80/server-status?auto" collection_interval: 10s #Apache Cary service: telemetry: metrics: address: "${SPLUNK_LISTEN_INTERFACE}:8888" extensions: [health_check, http_forwarder, zpages, smartagent] pipelines: traces: receivers: [jaeger, otlp, zipkin] processors: - memory_limiter - batch - resourcedetection #- resource/add_environment exporters: [sapm, signalfx] # Use instead when sending to gateway #exporters: [otlp, signalfx] metrics: ##Apache Cary receivers: [hostmetrics, otlp, signalfx] receivers: [hostmetrics, otlp, signalfx, apache] processors: [memory_limiter, batch, resourcedetection] exporters: [signalfx] # Use instead when sending to gateway #exporters: [otlp]
... View more