Skip to content

Commit

Permalink
Merge pull request #2217 from splunk/docguild-26289
Browse files Browse the repository at this point in the history
Update SIGNALFX_ENDPOINT_URL env var value for Apache
  • Loading branch information
pauljwil authored Aug 9, 2024
2 parents 8c13673 + 74efcc7 commit af700da
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:9080/v1/trace'
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 af700da

Please sign in to comment.