Class PersistentQueueKt

    • Constructor Detail

    • Method Detail

      • getLOGS_FILE_METRICS_CALCULATED_TOPIC

         final Topic<Pair<Long, Integer>> getLOGS_FILE_METRICS_CALCULATED_TOPIC()

        Topic for publishing metrics about file roll-over statistics.

        The metrics are a pair of integers: first is the file size at rollover, and the second is the number of events in the latest file.

      • getLOGS_FILE_DELETED

         final Topic<DeletedInformation> getLOGS_FILE_DELETED()

        Topic used for publishing information about files removed from the logs storage.

        This topic communicates events of type DeletedInformation, which provide metadata about deleted log files including their age in milliseconds, the time spent in the queue before deletion, the file size in bytes, and the associated build type that generated the logs.