MatrixSynapse/synapse
Paul "LeoNerd" Evans 849300bc73 Neater introspection methods on BaseMetric so that subclasses don't need to touch self.keys directly 2015-03-12 16:24:50 +00:00
..
api Add RegisterFallbackResource to /_matrix/static/client/register 2015-02-23 15:14:56 +00:00
app A trivial 'hello world'-style resource on /_synapse/metrics, with optional commandline flag 2015-03-12 16:24:50 +00:00
appservice Add functions to return whether an AS has exclusively claimed a matching namespace. 2015-02-27 11:03:56 +00:00
config Commandline option to enable metrics system 2015-03-12 16:24:50 +00:00
crypto Don't look for an TLS private key if we have set --no-tls 2015-03-06 11:34:06 +00:00
events pyflakes 2015-02-11 16:52:22 +00:00
federation Initial attempt at sprinkling some @metrics.counted decorations around the federation code 2015-03-12 16:24:50 +00:00
handlers Add a scalar gauge metric on the size of the presence user cachemap 2015-03-12 16:24:50 +00:00
http Add vector counters to HTTP clients and servers; count the requests by method and responses by method and response code 2015-03-12 16:24:50 +00:00
metrics Neater introspection methods on BaseMetric so that subclasses don't need to touch self.keys directly 2015-03-12 16:24:50 +00:00
push Log the matching push rule. 2015-03-11 22:17:31 +00:00
rest Add the master push rule for the break-my-push button. Allow server default rules to be disabled by default. 2015-03-10 17:26:25 +00:00
storage Rename CacheCounterMetric to just CacheMetric; add a CallbackMetric component to give the size of the cache 2015-03-12 16:24:50 +00:00
streams
util Give LruCache a __len__, so that len(cache) works 2015-03-04 17:32:28 +00:00
__init__.py Bump version 2015-03-06 14:24:53 +00:00
notifier.py Rename rooms_to_listeners to room_to_listeners, for consistency with user_ and appservice_* 2015-03-05 14:30:20 +00:00
python_dependencies.py Also bump version of downloaded syweb 2015-03-03 14:49:19 +00:00
server.py Expose 'config' as a real HomeServer dependency key 2015-03-12 16:24:50 +00:00
state.py Factor out ExpiringCache from StateHandler 2015-02-16 16:16:47 +00:00
types.py