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

Commit fca60e9

Browse files
authored
Update instrument-php-application.rst
1 parent 8bbf919 commit fca60e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,14 @@ The following example shows how to update a deployment to expose environment var
186186
- name: myapp
187187
image: <image-name>
188188
env:
189-
- name: SIGNALFX_PHP_LIBRARY
189+
- name: HOST_IP
190190
valueFrom:
191191
fieldRef:
192192
fieldPath: status.hostIP
193193
- name: SIGNALFX_SERVICE_NAME
194194
value: "<service-name>"
195195
- name: SIGNALFX_ENDPOINT_URL
196-
value: "http://<endpoint>:9080/v1/trace"
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)