diff --git a/synapse/metrics/__init__.py b/synapse/metrics/__init__.py index a15a5bba18..1e4f31d1f7 100644 --- a/synapse/metrics/__init__.py +++ b/synapse/metrics/__init__.py @@ -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}"))