Expand description

Rust library for uploading events to AWS CloudWatch Logs.

Structs§

Enums§

  • Unified event type for upload errors.

Constants§

  • The maximum batch size is 1,048,576 bytes, and this size is calculated as the sum of all event messages in UTF-8, plus 26 bytes for each log event.
  • The maximum batch size is 1,048,576 bytes, and this size is calculated as the sum of all event messages in UTF-8, plus 26 bytes for each log event.
  • A batch of log events in a single request cannot span more than 24 hours. This constant is in milliseconds.
  • The maximum number of log events in a batch is 10,000.

Functions§

Type Aliases§

  • The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.