Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct {
// contains filtered or unexported fields
}
func (*Exporter) Collect ¶
func (e *Exporter) Collect(ch chan<- prometheus.Metric)
func (*Exporter) Describe ¶
func (e *Exporter) Describe(ch chan<- *prometheus.Desc)
type ModemCollector ¶
type ModemCollector struct { // Downstream metrics DownstreamFreq *prometheus.GaugeVec DownstreamPower *prometheus.GaugeVec DownstreamSNR *prometheus.GaugeVec DownstreamModulation *prometheus.GaugeVec DownstreamOctets *prometheus.GaugeVec DownstreamCorrecteds *prometheus.GaugeVec DownstreamUncorrectables *prometheus.GaugeVec UpstreamFreq *prometheus.GaugeVec UpstreamPower *prometheus.GaugeVec UpstreamSymbolRate *prometheus.GaugeVec UpstreamModulation *prometheus.GaugeVec // contains filtered or unexported fields }
func NewModemCollector ¶
func NewModemCollector(c *client) *ModemCollector
Click to show internal directories.
Click to hide internal directories.