Skip to content

Commit

Permalink
Merge pull request #2 from pteichman/master
Browse files Browse the repository at this point in the history
@pteichman fixes @nickvanw's dumb typos and integer math
  • Loading branch information
nickvanw authored Nov 7, 2017
2 parents 8b8f78f + c82d4b2 commit 49bc549
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 49bc549

Please sign in to comment.