feat: bump github.com/prometheus/common to v0.4.1

This commit is contained in:
draveness
2019-09-20 16:42:57 +08:00
parent 92107f30ea
commit c42393c16d
18 changed files with 206 additions and 12 deletions

View File

@@ -21,7 +21,6 @@ import (
)
var (
separator = []byte{0}
// MetricNameRE is a regular expression matching valid metric
// names. Note that the IsValidMetricName function performs the same
// check but faster than a match with this regular expression.