LogHistogramBucket

@Serializable
data class LogHistogramBucket(val startEpochMs: Long, val endEpochMs: Long, val totalCount: Int, val levelCounts: Map<String, Int> = emptyMap())(source)

Constructors

Link copied to clipboard
constructor(startEpochMs: Long, endEpochMs: Long, totalCount: Int, levelCounts: Map<String, Int> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard