Units fix

Signed-off-by: Boris Popovschi <zyqsempai@mail.ru>
This commit is contained in:
Boris Popovschi
2019-12-16 19:54:21 +02:00
parent f287bc2292
commit 17d61d6b7e
2 changed files with 6 additions and 6 deletions

View File

@@ -139,8 +139,8 @@ var memoryMetrics = []*metric{
},
},
{
name: "memory_pgactive",
help: "The pgactive amount",
name: "memory_pgactivate",
help: "The pgactivate amount",
unit: metrics.Bytes,
vt: prometheus.GaugeValue,
getValues: func(stats *v2.Metrics) []value {