Skip to content

Commit 2dfc4fc

Browse files
Fix incorrect statement about not dropping logs by default (#40)
1 parent b5f0773 commit 2dfc4fc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/logtail/log_devices/http.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ class HTTP
3030
# options control when the flush happens, `:batch_byte_size` and `:flush_interval`.
3131
# If either of these are surpassed, the buffer will be flushed.
3232
#
33-
# By default, the buffer will apply back pressure when the rate of log messages exceeds
34-
# the maximum delivery rate. If you don't want to sacrifice app performance in this case
35-
# you can drop the log messages instead by passing a {DroppingSizedQueue} via the
36-
# `:request_queue` option.
33+
# By default, the buffer will drop log messages when the rate of log messages exceeds
34+
# the maximum delivery rate. You can change this with the `:request_queue` option.
3735
#
3836
# @param source_token [String] The API key provided to you after you add your source to
3937
# [Better Stack](https://telemetry.betterstack.com).

0 commit comments

Comments
 (0)