Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add comments for debug and logging exporter #3768

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update cmd/otelcol/config/collector/gateway_config.yaml
Co-authored-by: Ryan Fitzpatrick <10867373+rmfitzpatrick@users.noreply.github.com>
  • Loading branch information
theletterf and rmfitzpatrick authored Oct 13, 2023
commit c2c2710f57fb7b3e4ecca2e922ce2eb85620d892
7 changes: 3 additions & 4 deletions cmd/otelcol/config/collector/gateway_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,9 @@ exporters:
access_token: "${SPLUNK_ACCESS_TOKEN}"
realm: "${SPLUNK_REALM}"
sync_host_metadata: true
# Debug exporter
# If using version 0.85 or lower of the Collector
# replace 'debug' with 'logging'
#debug:
# This component has been deprecated by the "debug" exporter,
# which will be adopted in a future release.
# logging:
#verbosity: detailed
# Logs
splunk_hec:
Expand Down