diff --git a/deploy/helm/sumologic/conf/instrumentation/traces.sampler.conf.yaml b/deploy/helm/sumologic/conf/instrumentation/traces.sampler.conf.yaml index 39829dc10b..8f02c09b29 100644 --- a/deploy/helm/sumologic/conf/instrumentation/traces.sampler.conf.yaml +++ b/deploy/helm/sumologic/conf/instrumentation/traces.sampler.conf.yaml @@ -15,12 +15,6 @@ exporters: compression: gzip {{- end }} - ## Following generates verbose logs with span content, useful to verify what - ## metadata is being tagged. To enable, uncomment and add "logging" to exporters below. - ## There are two levels that could be used: `debug` and `info` with the former - ## being much more verbose and including (sampled) spans content - # logging: - # loglevel: debug otlphttp: {{- if eq .Values.sumologic.traces.sourceType "http" }} traces_endpoint: ${SUMO_ENDPOINT_DEFAULT_TRACES_SOURCE} diff --git a/vagrant/opentelemetry-collector.yaml b/vagrant/opentelemetry-collector.yaml index 4b394fc7aa..c4e1399ec2 100644 --- a/vagrant/opentelemetry-collector.yaml +++ b/vagrant/opentelemetry-collector.yaml @@ -36,14 +36,14 @@ spec: timeout: 10s exporters: - logging: + debug: service: pipelines: metrics: receivers: [prometheus] processors: [] - exporters: [logging] + exporters: [debug] --- apiVersion: v1 kind: ServiceAccount