BufferOption

BufferOption is used to set how many events will be in one request to the collector.

Entries

Link copied to clipboard

Sends both GET and POST requests with only a single event. This is the default setting. Can cause a spike in network traffic if used in correlation with a large amount of events.

Link copied to clipboard

Sends POST requests in groups of 10 events. All GET requests will still emit one at a time.

Link copied to clipboard

Sends POST requests in groups of 25 events. Useful for situations where many events need to be sent. All GET requests will still emit one at a time.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard