Skip to content

Commit bd2716c

Browse files
committed
Fix E2E test
Signed-off-by: Israel Blancas <[email protected]>
1 parent 73afa80 commit bd2716c

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

tests/e2e/smoke-simplest/00-install.yaml

+11-13
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,23 @@ kind: OpenTelemetryCollector
33
metadata:
44
name: simplest
55
spec:
6-
image: otel/opentelemetry-collector-contrib:latest
76
config: |
87
receivers:
8+
jaeger:
9+
protocols:
10+
grpc:
911
otlp:
1012
protocols:
11-
grpc: {}
12-
http: {}
13+
grpc:
14+
http:
1315
processors:
14-
k8sattributes: {}
15-
batch: {}
16+
1617
exporters:
1718
debug:
19+
1820
service:
1921
pipelines:
20-
metrics:
21-
receivers:
22-
- otlp
23-
processors:
24-
- k8sattributes
25-
- batch
26-
exporters:
27-
- debug
22+
traces:
23+
receivers: [jaeger,otlp]
24+
processors: []
25+
exporters: [debug]

0 commit comments

Comments
 (0)