Skip to content

Commit 06e0c37

Browse files
committed
Disable gRPC
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent 406e2dc commit 06e0c37

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

example/fluentd/fluent.conf

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<source>
22
@type otlp
33
tag otlp
4-
<grpc>
5-
bind 0.0.0.0
6-
port 4317
7-
</grpc>
4+
5+
# Experimental
6+
# <grpc>
7+
# bind 0.0.0.0
8+
# port 4317
9+
#</grpc>
10+
811
<http>
912
bind 0.0.0.0
1013
port 4318

0 commit comments

Comments
 (0)