Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit f6e0113

Browse files
committed
Update gateway example reference in README
1 parent 9d9b0e6 commit f6e0113

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Environment Variables
4040

4141
# endpoint for both metrics and tracer. Overridden by SIGNALFX_METRICS_URL
4242
# and SIGNALFX_TRACING_URL if set
43-
SIGNALFX_ENDPOINT_URL=endpoint url
43+
SIGNALFX_ENDPOINT_URL=http://<my_gateway>:8080
4444

4545
# optional metrics and tracing configuration
4646

@@ -60,7 +60,7 @@ For example, if only SIGNALFX_ENDPOINT_URL is set:
6060

6161
::
6262

63-
SIGNALFX_ENDPOINT_URL=<gateway_address>
63+
SIGNALFX_ENDPOINT_URL=http://<my_gateway>:8080
6464

6565
both metrics and traces will be sent to the gateway address.
6666

@@ -70,7 +70,7 @@ If SIGNALFX_ENDPOINT_URL and SIGNALFX_METRICS_URL are set:
7070

7171
SIGNALFX_METRICS_URL=https://pops.signalfx.com
7272

73-
SIGNALFX_ENDPOINT_URL=<gateway_address>
73+
SIGNALFX_ENDPOINT_URL=http://<my_gateway>:8080
7474

7575
Traces will be sent to the gateway and metrics will go through POPS.
7676

0 commit comments

Comments
 (0)