diff options
author | Erik Johnston <erik@matrix.org> | 2021-03-29 18:35:57 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-03-29 18:35:57 +0100 |
commit | 51a728ec2496fc6e1be06d2d7b599aa6208f2ae8 (patch) | |
tree | 6653520bfed57df4f83e91619315953c72fcf4fb | |
parent | Fixup (diff) | |
download | synapse-51a728ec2496fc6e1be06d2d7b599aa6208f2ae8.tar.xz |
Fixup
-rw-r--r-- | synapse/metrics/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
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}")) |