Skip to content

Commit 45475cb

Browse files
authored
Update README.md
1 parent 0df9e99 commit 45475cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oteldemo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
The following configuration can be applied to a standard O11y workshop instance (EC2 or multipass).
2323

2424

25-
Create `otel-demo-collector.yaml` and change the `{REALM}` accordingly for the `traces_endpoint`.
25+
Create `otel-demo-collector.yaml`.
2626

2727
**otel-demo-collector.yaml**
2828

@@ -74,7 +74,7 @@ agent:
7474
action: upsert
7575
exporters:
7676
otlphttp:
77-
traces_endpoint: "https://ingest.{REALM}.signalfx.com/v2/trace/otlp"
77+
traces_endpoint: "https://ingest.${REALM}.signalfx.com/v2/trace/otlp"
7878
compression: gzip
7979
headers:
8080
"X-SF-Token": "${SPLUNK_OBSERVABILITY_ACCESS_TOKEN}"

0 commit comments

Comments
 (0)