Schema name fix

Signed-off-by: Boris Popovschi <zyqsempai@mail.ru>
This commit is contained in:
Boris Popovschi 2019-12-17 10:40:11 +02:00
parent 17d61d6b7e
commit 23dbae3e71

View File

@ -42,7 +42,7 @@ var memoryMetrics = []*metric{
},
},
{
name: "memory_limit",
name: "memory_usage_limit",
help: "Current memory usage limit (cgroup v2)",
unit: metrics.Bytes,
vt: prometheus.GaugeValue,