File tree Expand file tree Collapse file tree 2 files changed +51
-1
lines changed Expand file tree Collapse file tree 2 files changed +51
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,17 @@ tests:
22
22
name : SPLUNK_PROFILER_MEMORY_ENABLED
23
23
value : " true"
24
24
- contains :
25
- path : spec.nodjs.env
25
+ path : spec.nodejs.env
26
+ content :
27
+ name : OTEL_EXPORTER_OTLP_ENDPOINT
28
+ value : " http://$(NODEJS_OTEL_AGENT):4318"
29
+ - contains :
30
+ path : spec.nodejs.env
31
+ content :
32
+ name : SPLUNK_PROFILER_ENABLED
33
+ value : " false"
34
+ - contains :
35
+ path : spec.nodejs.env
26
36
content :
27
37
name : SPLUNK_PROFILER_MEMORY_ENABLED
28
38
value : " false"
Original file line number Diff line number Diff line change @@ -11,3 +11,43 @@ tests:
11
11
- equal :
12
12
path : spec.exporter.endpoint
13
13
value : http://$(SPLUNK_OTEL_AGENT):4317
14
+ - contains :
15
+ path : spec.propagators
16
+ content : tracecontext
17
+ - contains :
18
+ path : spec.propagators
19
+ content : baggage
20
+ - contains :
21
+ path : spec.propagators
22
+ content : b3
23
+ - contains :
24
+ path : spec.env
25
+ content :
26
+ name : SPLUNK_OTEL_AGENT
27
+ valueFrom :
28
+ fieldRef :
29
+ apiVersion : v1
30
+ fieldPath : status.hostIP
31
+ - contains :
32
+ path : spec.dotnet.env
33
+ content :
34
+ name : OTEL_DOTNET_AUTO_PLUGINS
35
+ value : Splunk.OpenTelemetry.AutoInstrumentation.Plugin,Splunk.OpenTelemetry.AutoInstrumentation
36
+ - contains :
37
+ path : spec.dotnet.env
38
+ content :
39
+ name : OTEL_EXPORTER_OTLP_ENDPOINT
40
+ value : http://$(SPLUNK_OTEL_AGENT):4318
41
+ - contains :
42
+ path : spec.env
43
+ content :
44
+ name : SPLUNK_OTEL_AGENT
45
+ valueFrom :
46
+ fieldRef :
47
+ apiVersion : v1
48
+ fieldPath : status.hostIP
49
+ - contains :
50
+ path : spec.java.env
51
+ content :
52
+ name : OTEL_EXPORTER_OTLP_ENDPOINT
53
+ value : http://$(SPLUNK_OTEL_AGENT):4318
You can’t perform that action at this time.
0 commit comments