1
0
This commit is contained in:
Erik Johnston
2021-03-29 18:35:57 +01:00
parent acd2778d61
commit 51a728ec24
-1
View File
@@ -648,7 +648,6 @@ try:
"jemalloc_stats_app_memory",
"",
labels=["type"],
value=get_val(b"stats.allocated"),
)
for t in ("allocated", "active", "resident", "mapped", "retained"):
g.add_metric([t], value=get_val(f"stats.{t}"))