We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45475cb commit 71b2c49Copy full SHA for 71b2c49
oteldemo/otel-demo-collector.yaml
@@ -45,7 +45,7 @@ agent:
45
action: upsert
46
exporters:
47
otlphttp:
48
- traces_endpoint: "https://ingest.{REALM}.signalfx.com/v2/trace/otlp"
+ traces_endpoint: "https://ingest.${REALM}.signalfx.com/v2/trace/otlp"
49
compression: gzip
50
headers:
51
"X-SF-Token": "${SPLUNK_OBSERVABILITY_ACCESS_TOKEN}"
0 commit comments