bump github.com/prometheus/client_model, github.com/prometheus/profcs to preferred versions

This commit is contained in:
Jordan Liggitt
2019-04-13 23:31:11 -04:00
parent 0e157cbc36
commit 2c6a6cd42a
50 changed files with 3082 additions and 309 deletions

View File

@@ -1,12 +1,12 @@
/*
Copyright (c) 2011, Open Knowledge Foundation Ltd.
All rights reserved.
HTTP Content-Type Autonegotiation.
The functions in this package implement the behaviour specified in
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
Copyright (c) 2011, Open Knowledge Foundation Ltd.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

View File

@@ -21,6 +21,7 @@ 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.