Skip to content

Commit

Permalink
Fix a couple of typos in metrics names
Browse files Browse the repository at this point in the history
  • Loading branch information
pteichman committed Nov 4, 2017
1 parent 6a5ee46 commit c82d4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func NewModemCollector(c *client) *ModemCollector {
DownstreamFreq: prometheus.NewGaugeVec(
prometheus.GaugeOpts{
Namespace: namespace,
Name: "downstrem_freq_hertz",
Name: "downstream_freq_hertz",
Help: "Modem Downstream Frequency (Hz)",
},
labelsDownstream,
Expand Down Expand Up @@ -96,7 +96,7 @@ func NewModemCollector(c *client) *ModemCollector {
DownstreamCorrecteds: prometheus.NewGaugeVec(
prometheus.GaugeOpts{
Namespace: namespace,
Name: "dowmstream_correcteds_total",
Name: "downstream_correcteds_total",
Help: "Modem Downstream Correcteds",
},
labelsDownstream,
Expand Down

0 comments on commit c82d4b2

Please sign in to comment.