1
0
This commit is contained in:
Erik Johnston
2021-03-29 18:31:49 +01:00
parent a1dfe34d86
commit ffa6e96b5f
+1 -1
View File
@@ -656,7 +656,7 @@ try:
"jemalloc_stats_retained", "", value=get_val(b"stats.retained")
)
REGISTRY.register(JemallocCollector)
REGISTRY.register(JemallocCollector())
except Exception: