Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PriorityTable ¶
type PriorityTable struct {
// contains filtered or unexported fields
}
PriorityTable represents set of samples with limited size. Samples added to the table are ordered by the hitcount of the sample. Priority determines which samples dimensions will be aggregated.
func NewPriorityTable ¶
func NewPriorityTable(schema *schema.Schema, limits limits.Limits) *PriorityTable
func (*PriorityTable) CollapseSamples ¶
func (p *PriorityTable) CollapseSamples() error
Click to show internal directories.
Click to hide internal directories.