Skip to content

Commit e5eca73

Browse files
fix: Fix otel backend configuration in sample manifests (#1569)
1 parent 27c9f23 commit e5eca73

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

config/samples/telemetry_v1alpha1_metricpipeline.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ data:
1414
receivers:
1515
otlp:
1616
protocols:
17-
grpc: {}
18-
http: {}
17+
grpc:
18+
endpoint: 0.0.0.0:4317
19+
http:
20+
endpoint: 0.0.0.0:4318
1921
exporters:
2022
debug:
2123
verbosity: detailed

config/samples/telemetry_v1alpha1_tracepipeline.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ data:
1414
receivers:
1515
otlp:
1616
protocols:
17-
grpc: {}
18-
http: {}
17+
grpc:
18+
endpoint: 0.0.0.0:4317
19+
http:
20+
endpoint: 0.0.0.0:4318
1921
exporters:
2022
debug:
2123
verbosity: detailed

0 commit comments

Comments
 (0)