Don't abbreviate the label name.

This commit is contained in:
Ed Schouten 2017-01-09 10:47:26 +01:00
parent 1da4c902c9
commit 890663c1aa

View File

@ -78,7 +78,7 @@ var (
"memory_modules_bytes",
"Memory in bytes in use by modules.",
prometheus.GaugeValue,
[]string{"mod"},
[]string{"module"},
"^mem\\.mod\\.(\\w+)$"),
newUnboundMetric(
"memory_sbrk_bytes",