Skip to content

Commit

Permalink
Change endpoint to /spans
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljwil committed Aug 7, 2024
1 parent 9caee19 commit 74efcc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Follow these steps to automatically instrument your application:
# Add the following lines to your Apache configuration file
SetEnv SIGNALFX_SERVICE_NAME="<my-service-name>"
SetEnv SIGNALFX_ENDPOINT_URL='http://localhost:9411/api/v2/traces'
SetEnv SIGNALFX_ENDPOINT_URL='http://localhost:9411/api/v2/spans'
SetEnv SIGNALFX_TRACE_GLOBAL_TAGS="deployment.environment:<my_environment>"
.. tab:: Terminal
Expand Down

0 comments on commit 74efcc7

Please sign in to comment.