client_golang/prometheus/push
beorn7 dcbc5caa16 Remove local REs for label and metric names and use fast checks
All was a mess, we had duplicates of the REs for label name and metric
names here, and we sometimes used them, sometimes we used those from
common/model.

Now we are consistently using the fast checking functions from common/model.

(Tests for leading colons are included there, see
https://github.com/prometheus/common/pull/66 .)
2016-11-11 16:59:23 +01:00
..
examples_test.go Add goreport card and remove warnings where feasible 2016-09-16 19:59:04 +02:00
push.go Remove local REs for label and metric names and use fast checks 2016-11-11 16:59:23 +01:00
push_test.go Create a "merge gatherer" 2016-08-12 21:34:17 +02:00