diff options
author | Paul Evans <leonerd@leonerd.org.uk> | 2016-11-03 17:22:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-03 17:22:15 +0000 |
commit | 7fc2b5c06329ef3bf97ec30aa60ce801596786a3 (patch) | |
tree | 1b94859c119edd096b540dd787d1e1f03baf386e /docs/metrics-howto.rst | |
parent | Merge pull request #1192 from matrix-org/erikj/postgres_gist (diff) | |
parent | Fix copypasto error in metric rename table in docs (diff) | |
download | synapse-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.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 -==================================== ================= +==================================== ===================== |