File tree Expand file tree Collapse file tree 5 files changed +14
-19
lines changed
packaging/technical-addon/Splunk_TA_otel/configs
pkg/receiver/smartagentreceiver Expand file tree Collapse file tree 5 files changed +14
-19
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,10 @@ processors:
91
91
92
92
exporters :
93
93
# Traces
94
- sapm :
95
- access_token : " ${SPLUNK_ACCESS_TOKEN}"
96
- endpoint : " https://ingest.${SPLUNK_REALM}.signalfx.com/v2/trace"
97
- sending_queue :
98
- num_consumers : 32
99
94
otlphttp :
100
95
traces_endpoint : " ${SPLUNK_INGEST_URL}/v2/trace/otlp"
96
+ sending_queue :
97
+ num_consumers : 32
101
98
headers :
102
99
" X-SF-Token " : " ${SPLUNK_ACCESS_TOKEN}"
103
100
# Metrics + Events
Original file line number Diff line number Diff line change @@ -89,13 +89,10 @@ processors:
89
89
90
90
exporters :
91
91
# Traces
92
- sapm :
93
- access_token : " ${SPLUNK_ACCESS_TOKEN}"
94
- endpoint : " https://ingest.${SPLUNK_REALM}.signalfx.com/v2/trace"
95
- sending_queue :
96
- num_consumers : 32
97
92
otlphttp :
98
93
traces_endpoint : " ${SPLUNK_INGEST_URL}/v2/trace/otlp"
94
+ sending_queue :
95
+ num_consumers : 32
99
96
headers :
100
97
" X-SF-Token " : " ${SPLUNK_ACCESS_TOKEN}"
101
98
# Metrics + Events
Original file line number Diff line number Diff line change @@ -121,9 +121,10 @@ processors:
121
121
122
122
exporters :
123
123
# Traces
124
- sapm :
125
- access_token : " ${env:SPLUNK_ACCESS_TOKEN}"
126
- endpoint : " ${env:SPLUNK_INGEST_URL}/v2/trace"
124
+ otlphttp :
125
+ traces_endpoint : " ${SPLUNK_INGEST_URL}/v2/trace/otlp"
126
+ headers :
127
+ " X-SF-Token " : " ${SPLUNK_ACCESS_TOKEN}"
127
128
# Metrics + Events
128
129
signalfx :
129
130
access_token : " ${env:SPLUNK_ACCESS_TOKEN}"
@@ -148,7 +149,7 @@ service:
148
149
- batch
149
150
- resourcedetection
150
151
# - resource/add_environment
151
- exporters : [sapm , signalfx]
152
+ exporters : [otlphttp , signalfx]
152
153
metrics :
153
154
receivers : [hostmetrics, otlp, signalfx]
154
155
processors : [memory_limiter, batch, resourcedetection]
Original file line number Diff line number Diff line change @@ -95,11 +95,12 @@ processors:
95
95
96
96
exporters :
97
97
# Traces
98
- sapm :
99
- access_token : " ${env:SPLUNK_ACCESS_TOKEN}"
100
- endpoint : " https://ingest.${env:SPLUNK_REALM}.signalfx.com/v2/trace"
98
+ otlphttp :
99
+ traces_endpoint : " ${SPLUNK_INGEST_URL}/v2/trace/otlp"
101
100
sending_queue :
102
101
num_consumers : 32
102
+ headers :
103
+ " X-SF-Token " : " ${SPLUNK_ACCESS_TOKEN}"
103
104
# Metrics + Events
104
105
signalfx :
105
106
access_token : " ${env:SPLUNK_ACCESS_TOKEN}"
@@ -130,7 +131,7 @@ service:
130
131
- memory_limiter
131
132
- batch
132
133
# - resource/add_environment
133
- exporters : [sapm ]
134
+ exporters : [otlphttp ]
134
135
metrics :
135
136
receivers : [otlp, signalfx]
136
137
processors : [memory_limiter, batch]
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ exporters:
72
72
access_token : " ${SIGNALFX_ACCESS_TOKEN}"
73
73
realm : us1
74
74
otlphttp :
75
- metrics_endpoint : " https://ingest.${SPLUNK_REALM}.signalfx.com/v2/datapoint/otlp"
76
75
traces_endpoint : " https://ingest.${SPLUNK_REALM}.signalfx.com/v2/trace/otlp"
77
76
headers :
78
77
" X-SF-Token " : " ${SPLUNK_ACCESS_TOKEN}"
You can’t perform that action at this time.
0 commit comments