Skip to content

Commit

Permalink
Set fluent-bit "flush" to 0.05 second
Browse files Browse the repository at this point in the history
Since vivo's fluent-bit instance is flushing to memory, it makes sense
to use higher flush rate as it allows for better "real time" experience
in the UI.
  • Loading branch information
tchrono authored and edsiper committed Sep 30, 2023
1 parent 52e660e commit f19b680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/service/fluent-bit.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[SERVICE]
flush 1
flush 0.05
daemon off
log_Level info
http_server on
Expand Down

0 comments on commit f19b680

Please sign in to comment.