We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c1633 commit d5fd499Copy full SHA for d5fd499
files/collector/otel-collector-config.yml
@@ -2,7 +2,9 @@ receivers:
2
otlp:
3
protocols:
4
grpc:
5
+ endpoint: "0.0.0.0:4317"
6
http:
7
+ endpoint: "0.0.0.0:4318"
8
zipkin:
9
10
exporters:
0 commit comments