diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2016-11-03 17:04:13 +0000 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2016-11-03 17:04:13 +0000 |
commit | 89e3e39d52ba6caa58c0a9d9dbb4e6d0461aa1f2 (patch) | |
tree | 1b94859c119edd096b540dd787d1e1f03baf386e /docs | |
parent | Rename the python-specific metrics now the docs claim that we have done (diff) | |
download | synapse-89e3e39d52ba6caa58c0a9d9dbb4e6d0461aa1f2.tar.xz |
Fix copypasto error in metric rename table in docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/metrics-howto.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/metrics-howto.rst b/docs/metrics-howto.rst index 7aa4757a35..ca10799b00 100644 --- a/docs/metrics-howto.rst +++ b/docs/metrics-howto.rst @@ -51,9 +51,9 @@ python_gc_counts reactor_gc_counts The twisted-specific reactor metrics have been renamed. -==================================== ================= +==================================== ===================== New name Old name ------------------------------------- ----------------- -python_twisted_reactor_pending_calls reactor_tick_time +------------------------------------ --------------------- +python_twisted_reactor_pending_calls reactor_pending_calls python_twisted_reactor_tick_time reactor_tick_time -==================================== ================= +==================================== ===================== |