Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 58d5df8

Browse files
authored
Update instrument-php-application.rst
1 parent 4b587ff commit 58d5df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdi/get-data-in/application/php/sfx/instrumentation/instrument-php-application.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ The following example shows how to update a deployment to expose environment var
193193
- name: SIGNALFX_SERVICE_NAME
194194
value: "<service-name>"
195195
- name: SIGNALFX_ENDPOINT_URL
196-
value: "http://$(host_ip):9411/api/v2/spans"
196+
value: "http://$(HOST_IP):9411/api/v2/spans"
197197
- name: SIGNALFX_TRACE_GLOBAL_TAGS
198198
value: "deployment.environment:<my_environment>"
199199

0 commit comments

Comments
 (0)