Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metric ¶
type Metric struct { Name string Values MetricValues }
Metric defines metric name and values.
type MetricValues ¶
MetricValues holds metric min, max, count, total values.
type Publisher ¶
type Publisher struct {
// contains filtered or unexported fields
}
Publisher is responsible for translation of internal tables to public structures and publishing process of metrics.
func (*Publisher) Publish ¶
func (p *Publisher) Publish(ctx context.Context, lookups tables.LookupSet, priorityTable aggregator.PriorityTable) error
Click to show internal directories.
Click to hide internal directories.