Update metric names (#371)

Cleanup names/typos to match standard naming conventions.
This commit is contained in:
Ben Kochie
2016-10-30 10:06:57 +01:00
committed by Miek Gieben
parent 490ffbd6d2
commit 98a8fb2622
5 changed files with 13 additions and 13 deletions

View File

@@ -18,7 +18,7 @@
// Basic usage:
//
// result := Scrape("http://localhost:9153/metrics")
// v := MetricValue("coredns_cache_capacity_gauge", result)
// v := MetricValue("coredns_cache_capacity", result)
//
package test