summary refs log tree commit diff
path: root/docs/metrics-howto.rst
diff options
context:
space:
mode:
authorPaul Evans <leonerd@leonerd.org.uk>2016-11-03 17:22:15 +0000
committerGitHub <noreply@github.com>2016-11-03 17:22:15 +0000
commit7fc2b5c06329ef3bf97ec30aa60ce801596786a3 (patch)
tree1b94859c119edd096b540dd787d1e1f03baf386e /docs/metrics-howto.rst
parentMerge pull request #1192 from matrix-org/erikj/postgres_gist (diff)
parentFix copypasto error in metric rename table in docs (diff)
downloadsynapse-7fc2b5c06329ef3bf97ec30aa60ce801596786a3.tar.xz
Merge pull request #1193 from matrix-org/paul/metrics
More updates to Promethese metrics exposition
Diffstat (limited to 'docs/metrics-howto.rst')
-rw-r--r--docs/metrics-howto.rst8
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
-==================================== =================
+==================================== =====================