Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMockCollector ¶
func NewMockCollector(factory *collector.ValueRingFactory) collector.Collector
Types ¶
type Collector ¶
type Collector struct { collector.AbstractCollector // contains filtered or unexported fields }
type RootCollector ¶
type RootCollector struct { collector.AbstractCollector // contains filtered or unexported fields }
func (*RootCollector) Depends ¶
func (root *RootCollector) Depends() []collector.Collector
func (*RootCollector) Init ¶
func (root *RootCollector) Init() ([]collector.Collector, error)
func (*RootCollector) Metrics ¶
func (root *RootCollector) Metrics() collector.MetricReaderMap
func (*RootCollector) Update ¶
func (root *RootCollector) Update() error