Skip to content

Commit 406e2dc

Browse files
committed
Use HTTP
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent a7f1da4 commit 406e2dc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

example/fluentd/fluent.conf

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@
1919
chunk_limit_size 1m
2020
</buffer>
2121

22-
<grpc>
23-
endpoint "collector:4317"
24-
</grpc>
22+
# Experimental
23+
# <grpc>
24+
# endpoint "collector:4317"
25+
# </grpc>
2526

26-
# <http>
27-
# endpoint "http://collector:4318"
28-
# </http>
27+
<http>
28+
endpoint "http://collector:4318"
29+
</http>
2930
</match>
3031

3132
# Send traditional log messages to OpenTelemetry Collector using Fluentd Forward Protocol

0 commit comments

Comments
 (0)