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 0df9e99 commit 45475cbCopy full SHA for 45475cb
oteldemo/README.md
@@ -22,7 +22,7 @@
22
The following configuration can be applied to a standard O11y workshop instance (EC2 or multipass).
23
24
25
-Create `otel-demo-collector.yaml` and change the `{REALM}` accordingly for the `traces_endpoint`.
+Create `otel-demo-collector.yaml`.
26
27
**otel-demo-collector.yaml**
28
@@ -74,7 +74,7 @@ agent:
74
action: upsert
75
exporters:
76
otlphttp:
77
- traces_endpoint: "https://ingest.{REALM}.signalfx.com/v2/trace/otlp"
+ traces_endpoint: "https://ingest.${REALM}.signalfx.com/v2/trace/otlp"
78
compression: gzip
79
headers:
80
"X-SF-Token": "${SPLUNK_OBSERVABILITY_ACCESS_TOKEN}"
0 commit comments