Add full make to CircleCI (#761)
* Add full make to CircleCI Ensure end-to-end test is run. * Fix go fmt error. * Fix end-to-end output.
This commit is contained in:
parent
a40f7e78da
commit
cd2a17176a
3 changed files with 151 additions and 146 deletions
|
|
@ -59,7 +59,7 @@ func (c *netDevCollector) Update(ch chan<- prometheus.Metric) error {
|
|||
desc, ok := c.metricDescs[key]
|
||||
if !ok {
|
||||
desc = prometheus.NewDesc(
|
||||
prometheus.BuildFQName(namespace, c.subsystem, key + "_total"),
|
||||
prometheus.BuildFQName(namespace, c.subsystem, key+"_total"),
|
||||
fmt.Sprintf("Network device statistic %s.", key),
|
||||
[]string{"device"},
|
||||
nil,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue