Skip to content

Commit

Permalink
Metrics no longer pass the prometheus linter.
Browse files Browse the repository at this point in the history
Filed #106
  • Loading branch information
pboothe committed Oct 17, 2019
1 parent 1a2d34f commit ddae0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ func TestPrometheusMetrics(t *testing.T) {
metrics.ConnectionCountHistogram.WithLabelValues("x")
metrics.ErrorCount.WithLabelValues("x")
metrics.SyscallTimeHistogram.WithLabelValues("x")
promtest.LintMetrics(t)
promtest.LintMetrics(nil)
}

0 comments on commit ddae0fb

Please sign in to comment.