Documentation
¶
Overview ¶
TODO(grobinson): Find a way to move this file into the dataobj package. Today it's not possible because there is a circular dependency between the dataobj package and the logs package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PercentileStats ¶ added in v3.6.0
type Stats ¶ added in v3.6.0
type Stats struct {
Size uint64
Sections int
SectionSizes []uint64
Tenants []string
TenantSections map[string]int
SectionsPerTenantStats PercentileStats
SectionSizeStats PercentileStats
}
Click to show internal directories.
Click to hide internal directories.