[][src]Module aeron_rs::utils::errors::error_log_descriptor

Structs

ErrorLogEntryDefn

Distinct record of error observations. Rather than grow a record indefinitely when many errors of the same type are logged, this log takes the approach of only recording distinct errors of the same type type and stack trace and keeping a count and time of observation so that the record only grows with new distinct observations.

FIRST_OBSERVATION_TIMESTAMP_OFFSET
LAST_OBSERVATION_TIMESTAMP_OFFSET
LENGTH_OFFSET
OBSERVATION_COUNT_OFFSET

Constants

ENCODED_ERROR_OFFSET
HEADER_LENGTH
RECORD_ALIGNMENT