Skip to content

Commit

Permalink
Fix config (#1)
Browse files Browse the repository at this point in the history
- Fix env var
- Switch to new otlp http port
  • Loading branch information
flands committed Sep 21, 2021
1 parent 4b073b4 commit 462e371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ receivers:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:55681
endpoint: 0.0.0.0:4318
# This section is used to collect the OpenTelemetry Collector metrics
# Even if just a Splunk APM customer, these metrics are included
prometheus/internal:
Expand Down Expand Up @@ -115,7 +115,7 @@ exporters:
# Traces
sapm:
access_token: "${SPLUNK_ACCESS_TOKEN}"
endpoint: "${SPLUNK_TRACE_URL"
endpoint: "${SPLUNK_TRACE_URL}"
# Metrics + Events
signalfx:
access_token: "${SPLUNK_ACCESS_TOKEN}"
Expand Down

0 comments on commit 462e371

Please sign in to comment.