Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶ added in v0.23.0
type Collector struct {
// contains filtered or unexported fields
}
func (Collector) Collect ¶ added in v0.23.0
func (c Collector) Collect(ch chan<- prometheus.Metric)
Collect implements Prometheus.Collector.
func (Collector) Describe ¶ added in v0.23.0
func (c Collector) Describe(ch chan<- *prometheus.Desc)
Describe implements Prometheus.Collector.
type MetricNode ¶
type MetricNode struct {
// contains filtered or unexported fields
}
type Metrics ¶ added in v0.24.0
type Metrics struct { SNMPCollectionDuration *prometheus.HistogramVec SNMPUnexpectedPduType prometheus.Counter SNMPDuration prometheus.Histogram SNMPPackets prometheus.Counter SNMPRetries prometheus.Counter SNMPInflight prometheus.Gauge }
type NamedModule ¶ added in v0.24.0
func NewNamedModule ¶ added in v0.24.0
func NewNamedModule(name string, module *config.Module) *NamedModule
type ScrapeResults ¶
type ScrapeResults struct {
// contains filtered or unexported fields
}
func ScrapeTarget ¶
Click to show internal directories.
Click to hide internal directories.