Skip to content

Commit 7eb838c

Browse files
committed
add previous default endpoints for receivers
1 parent 537ed09 commit 7eb838c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configs/otel-collector-config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ receivers:
22
otlp:
33
protocols:
44
grpc:
5-
# http:
5+
endpoint: 0.0.0.0:4317
6+
http:
7+
endpoint: 0.0.0.0:4318
68

79
processors:
810
batch:

0 commit comments

Comments
 (0)