diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index 58b7476eaf..a7183ff54f 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -2163,13 +2163,18 @@ otelcol: ## being much more verbose and including (sampled) spans content # logging: # loglevel: debug + otlphttp: + endpoint: ${SUMO_ENDPOINT_DEFAULT_TRACES_SOURCE} service: extensions: [health_check] pipelines: traces: receivers: [jaeger, opencensus, otlp, zipkin] processors: [memory_limiter, k8s_tagger, source, resource, batch] + ## To enable otlphttp exporter comment out following line exporters: [zipkin] + ## and uncomment next one + # exporters: [otlphttp] ## Configure telegraf-operator ## This is an experimental configuration and shouldn't be used in production environment diff --git a/tests/tracing/static/collection-monitoring-false.output.yaml b/tests/tracing/static/collection-monitoring-false.output.yaml index 27ed7531a5..49ca55c9c7 100644 --- a/tests/tracing/static/collection-monitoring-false.output.yaml +++ b/tests/tracing/static/collection-monitoring-false.output.yaml @@ -13,6 +13,8 @@ data: traces.otelcol.conf.yaml: | exporters: + otlphttp: + endpoint: ${SUMO_ENDPOINT_DEFAULT_TRACES_SOURCE} zipkin: endpoint: ${SUMO_ENDPOINT_DEFAULT_TRACES_SOURCE} extensions: diff --git a/tests/tracing/static/simple.output.yaml b/tests/tracing/static/simple.output.yaml index 6ba4732906..9c36580580 100644 --- a/tests/tracing/static/simple.output.yaml +++ b/tests/tracing/static/simple.output.yaml @@ -13,6 +13,8 @@ data: traces.otelcol.conf.yaml: | exporters: + otlphttp: + endpoint: ${SUMO_ENDPOINT_DEFAULT_TRACES_SOURCE} zipkin: endpoint: ${SUMO_ENDPOINT_DEFAULT_TRACES_SOURCE} extensions: