File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ exporters:
129
129
# Traces
130
130
sapm :
131
131
access_token : " ${SPLUNK_ACCESS_TOKEN}"
132
- endpoint : " ${SPLUNK_TRACE_URL} "
132
+ endpoint : " ${SPLUNK_INGEST_URL}/v2/trace "
133
133
# Metrics + Events
134
134
signalfx :
135
135
access_token : " ${SPLUNK_ACCESS_TOKEN}"
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ exporters:
119
119
# Traces
120
120
sapm :
121
121
access_token : " ${SPLUNK_ACCESS_TOKEN}"
122
- endpoint : " ${SPLUNK_TRACE_URL} "
122
+ endpoint : " ${SPLUNK_INGEST_URL}/v2/trace "
123
123
# Metrics + Events
124
124
signalfx :
125
125
access_token : " ${SPLUNK_ACCESS_TOKEN}"
Original file line number Diff line number Diff line change @@ -65,15 +65,12 @@ func TestDefaultGatewayConfig(t *testing.T) {
65
65
"num_consumers" : 32 ,
66
66
},
67
67
},
68
- "otlp " : map [string ]any {
68
+ "otlphttp " : map [string ]any {
69
69
"headers" : map [string ]any {
70
70
"X-SF-Token" : "<redacted>" ,
71
71
},
72
72
"metrics_endpoint" : "https://ingest.not.real.signalfx.com/v2/datapoint/otlp" ,
73
73
"traces_endpoint" : "https://ingest.not.real.signalfx.com/v2/trace/otlp" ,
74
- "sending_queue" : map [string ]any {
75
- "num_consumers" : 32 ,
76
- },
77
74
},
78
75
"signalfx" : map [string ]any {
79
76
"access_token" : "<redacted>" ,
You can’t perform that action at this time.
0 commit comments