Skip to content

Commit

Permalink
update trace url for chef tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asreehari-splunk committed Nov 18, 2024
1 parent 70a453a commit 1df9f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/chef/test/integration/default/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
splunk_realm = 'test'
splunk_api_url = "https://api.#{splunk_realm}.signalfx.com"
splunk_ingest_url = "https://ingest.#{splunk_realm}.signalfx.com"
splunk_trace_url = "#{splunk_ingest_url}/v2/trace"
splunk_trace_url = "#{splunk_ingest_url}/v2/trace/otlp"
splunk_hec_url = "#{splunk_ingest_url}/v1/log"
splunk_hec_token = splunk_access_token
splunk_memory_total = '512'
Expand Down

0 comments on commit 1df9f57

Please sign in to comment.