File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import (
3131
3232var (
3333// initialized below to an actual value by a call to RegisterTickDuration
34- // (acts a a no-op by default), but we can't just register it in the constructor,
34+ // (acts as a no-op by default), but we can't just register it in the constructor,
3535// since it could be called multiple times during setup.
3636tickDuration prometheus.Histogram = prometheus .NewHistogram (prometheus.HistogramOpts {})
3737)
Original file line number Diff line number Diff line change 4444)
4545
4646// initialized below to an actual value by a call to RegisterScraperDuration
47- // (acts a a no-op by default), but we can't just register it in the constructor,
47+ // (acts as a no-op by default), but we can't just register it in the constructor,
4848// since it could be called multiple times during setup.
4949scraperDuration * prometheus.HistogramVec = prometheus .NewHistogramVec (prometheus.HistogramOpts {}, []string {"source" })
5050)
You can’t perform that action at this time.
0 commit comments