Skip to content

Commit

Permalink
docs: replace Logging exporter with Debug exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed Feb 16, 2024
1 parent 7bbef4f commit 4705fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions vagrant/opentelemetry-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ spec:
timeout: 10s
exporters:
logging:
debug:
service:
pipelines:
metrics:
receivers: [prometheus]
processors: []
exporters: [logging]
exporters: [debug]
---
apiVersion: v1
kind: ServiceAccount
Expand Down

0 comments on commit 4705fb9

Please sign in to comment.