summary refs log tree commit diff
path: root/synapse/metrics/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy Prometheus metrics names. They were deprecated in Synapse v1.69...reivilibre2022-11-241-6/+1
* Add experimental configuration option to allow disabling legacy Prometheus me...reivilibre2022-08-241-2/+2
* Fix Synapse git info missing in version strings (#12973)David Robertson2022-06-071-2/+2
* Update type annotations for compatiblity with prometheus_client 0.14 (#12389)Richard van der Hoff2022-04-061-7/+9
* Use version string helper from matrix-common (#11979)David Robertson2022-02-141-3/+4
* Fix type errors introduced by new annotations in the Prometheus Client librar...reivilibre2022-02-021-1/+9
* Improve `reactor_tick_time` metric (#11724)Richard van der Hoff2022-01-171-93/+1
* Simplify GC prometheus metrics (#11723)Richard van der Hoff2022-01-131-159/+3
* Use auto_attribs/native type hints for attrs classes. (#11692)Patrick Cloke2022-01-131-10/+10
* Add type annotations to `synapse.metrics` (#10847)Sean Quah2021-11-171-31/+70
* Add metrics to the threadpools (#11178)Erik Johnston2021-11-011-0/+37
* Type hints for the remaining two files in `synapse.http`. (#11164)David Robertson2021-10-281-5/+9
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-3/+3
* Export jemalloc stats to prometheus when used (#9882)Erik Johnston2021-05-061-0/+1
* Limit how often GC happens by time. (#9902)Erik Johnston2021-05-051-2/+16
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Don't report anything from GaugeBucketCollector metrics until data is present...Andrew Morgan2021-04-061-3/+13
* Fix additional type hints from Twisted upgrade. (#9518)Patrick Cloke2021-03-031-5/+6
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-3/+4
* Add metrics for tracking 3PID /requestToken requests. (#8712)Erik Johnston2020-11-131-0/+10
* Rewrite BucketCollectorRichard van der Hoff2020-09-301-47/+68
* Use slots in attrs classes where possible (#8296)Patrick Cloke2020-09-141-2/+2
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-8/+8
* Add some metrics for inbound and outbound federation processing times (#7755)Erik Johnston2020-06-301-0/+6
* Replace iteritems/itervalues/iterkeys with native versions. (#7692)Patrick Cloke2020-06-151-4/+2
* synapse.metrics: implement detailed memory usage reporting on PyPy (#7536)Ivan Shapovalov2020-05-221-1/+78
* Add prometheus metrics for the number of active pushers (#7103)Richard van der Hoff2020-03-191-5/+7
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-1/+1
* Fix up some typechecking (#6150)Amber Brown2019-10-021-2/+2
* Fix for structured logging tests stomping on logs (#6023)Amber Brown2019-09-131-3/+2
* Add a build info metric to Prometheus (#6005)Amber Brown2019-09-101-0/+12
* Support Prometheus_client 0.4.0+ (#5636)Amber Brown2019-07-181-0/+17
* Don't log GC 0s at INFO (#5557)Amber Brown2019-06-281-1/+4
* Run Black. (#5482)Amber Brown2019-06-201-5/+2
* Prometheus histograms are cumalativeErik Johnston2019-06-141-1/+0
* fix prometheus rendering errorAmber H. Brown2019-06-141-1/+1
* Expose statistics on extrems to prometheus (#5384)Amber Brown2019-06-131-20/+92
* Add metrics for number of outgoing EDUs, by type (#4695)Richard van der Hoff2019-02-201-2/+0
* Remove spurious commentErik Johnston2018-09-141-2/+0
* Add in flight real time metrics for Measure blocksErik Johnston2018-09-141-1/+109
* fix metric nameRichard van der Hoff2018-08-071-1/+1
* more metrics for the federation and appservice sendersRichard van der Hoff2018-08-071-0/+13
* run isortAmber Brown2018-07-091-6/+5
* Attempt to be more performant on PyPy (#3462)Amber Brown2018-06-281-1/+2
* Fix description of "python_gc_time" metricRichard van der Hoff2018-06-211-1/+1
* spell gauge correctlyMatthew Hodgson2018-06-161-1/+1
* add a last seen metric (#3396)Amber Brown2018-06-141-0/+21
* Hopefully, fix LaterGuage error handlingRichard van der Hoff2018-06-041-3/+6
* Run Prometheus on a different port, optionally. (#3274)Amber Brown2018-05-311-1/+2
* pep8Matthew Hodgson2018-05-291-0/+1
* disable CPUMetrics if no /proc/self/statMatthew Hodgson2018-05-291-0/+3
* invalid syntax :(Amber Brown2018-05-281-2/+1
* update metrics to be in secondsAmber Brown2018-05-281-9/+10
* pepeighttttAmber Brown2018-05-231-0/+1
* add back CPU metricsAmber Brown2018-05-231-1/+35
* more cleanupAmber Brown2018-05-221-3/+1
* cleanupAmber Brown2018-05-221-6/+22
* fixesAmber Brown2018-05-221-2/+10
* Merge remote-tracking branch 'origin/develop' into 3218-official-promAmber Brown2018-05-221-1/+5
|\
* | replacing portionsAmber Brown2018-05-211-119/+63
|/
* Track last processed event received_tsErik Johnston2018-04-111-0/+13
* Track where event stream processing have gotten up toErik Johnston2018-04-111-0/+13
* Add GaugeMetricErik Johnston2018-04-111-1/+8
* Don't disable GC when running on PyPyVincent Breitmoser2018-04-101-1/+7
* Add a metric which increments when a request is receivedRichard van der Hoff2018-03-091-0/+16
* Add some comments about the reactor tick time metricRichard van der Hoff2018-01-191-1/+6
* Rename the python-specific metrics now the docs claim that we have donePaul "LeoNerd" Evans2016-11-031-7/+9
* Set up the process collector during metrics __init__; that way all split-proc...Paul "LeoNerd" Evans2016-10-271-0/+3
* Allow creation of a 'subspace' within a Metrics object, returning another onePaul "LeoNerd" Evans2016-10-271-0/+3
* Move the process metrics collector code into its own filePaul "LeoNerd" Evans2016-10-191-141/+0
* A slightly neater way to manage metric collector functionsPaul "LeoNerd" Evans2016-10-191-2/+8
* appease pep8Paul "LeoNerd" Evans2016-10-191-3/+5
* Also guard /proc/self/fds-related code with a suitable psuedoconstantPaul "LeoNerd" Evans2016-10-191-3/+5
* Guard registration of process-wide metrics by existence of the requisite /pro...Paul "LeoNerd" Evans2016-10-191-45/+50
* Add standard process_start_time_seconds metricPaul "LeoNerd" Evans2016-10-191-0/+15
* Add standard process_max_fds metricPaul "LeoNerd" Evans2016-10-191-0/+13
* Add standard process_open_fds metricPaul "LeoNerd" Evans2016-10-191-20/+29
* Add standard process_*_memory_bytes metricsPaul "LeoNerd" Evans2016-10-191-0/+8
* Use /proc/self/stat to generate the new process_cpu_*_seconds_total metricsPaul "LeoNerd" Evans2016-10-191-4/+12
* Export CPU usage metrics also under prometheus-standard metric namePaul "LeoNerd" Evans2016-10-191-0/+15
* Make psutil optionalErik Johnston2016-08-081-2/+11
* Add metrics for psutil derived memory usageErik Johnston2016-07-201-1/+8
* Don't track total objects as its too expensive to calculateErik Johnston2016-06-071-1/+0
* Record some more GC metricsErik Johnston2016-06-071-0/+5
* Also record number of unreachable objectsErik Johnston2016-06-071-2/+4
* Change the way we do statsErik Johnston2016-06-071-7/+3
* Merge pull request #771 from matrix-org/erikj/gc_tickErik Johnston2016-06-071-0/+26
|\
| * Count number of GC collectsErik Johnston2016-05-161-5/+11
| * Add a commentErik Johnston2016-05-131-0/+5
| * Manually run GC on reactor tick.Erik Johnston2016-05-091-0/+15
* | Change CacheMetrics to be quickerErik Johnston2016-06-031-10/+6
|/
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Check that /proc/self/fd exists before listing itMark Haines2015-09-071-0/+4
* The maxrss reported by getrusage is in kilobytes, not pagesMark Haines2015-09-071-4/+3
* Also check for presence of 'threadCallQueue' in reactorErik Johnston2015-08-181-1/+8
* Use more helpful variable namesErik Johnston2015-08-181-3/+3
* Fix pending_calls metric to not lieErik Johnston2015-08-141-3/+18
* Don't time getDelayedCallsErik Johnston2015-08-131-1/+1
* Add some metrics about the reactorErik Johnston2015-08-131-0/+29
* Appease pep8Paul "LeoNerd" Evans2015-04-011-0/+1
* Report process open filehandles in metricsPaul "LeoNerd" Evans2015-04-011-0/+34
* Appease pyflakesPaul "LeoNerd" Evans2015-03-121-1/+1
* Appease pep8Paul "LeoNerd" Evans2015-03-121-1/+2
* Replace the @metrics.counted annotations in federation with specifically-writ...Paul "LeoNerd" Evans2015-03-121-17/+0
* Don't forbid '_' in metric basenames any more, to allow things like foo_timePaul "LeoNerd" Evans2015-03-121-5/+0
* Rename TimerMetric to DistributionMetric; as it could count more than just timePaul "LeoNerd" Evans2015-03-121-3/+5
* Remember to emit final linefeed from /metrics page, or Prometheus gets upsetPaul "LeoNerd" Evans2015-03-121-0/+2
* Use _ instead of . as a metric namespacing separator, for PrometheusPaul "LeoNerd" Evans2015-03-121-3/+11
* Have all @metrics.counted use a single metric name vectored on the method nam...Paul "LeoNerd" Evans2015-03-121-2/+9
* Provide some process resource usage metricsPaul "LeoNerd" Evans2015-03-121-0/+27
* Neater register_* methods on overall Metrics containerPaul "LeoNerd" Evans2015-03-121-22/+12
* Rename CacheCounterMetric to just CacheMetric; add a CallbackMetric component...Paul "LeoNerd" Evans2015-03-121-3/+3
* Ensure that exceptions while rendering individual metrics don't stop others f...Paul "LeoNerd" Evans2015-03-121-1/+10
* Initial attempt at a scalar callback-based metric to give instantaneous snaps...Paul "LeoNerd" Evans2015-03-121-1/+10
* Create the concept of a cachecounter metric; generating two counters specific...Paul "LeoNerd" Evans2015-03-121-1/+10
* An initial implementation of a 'metrics' instance, similar to a 'logger' for ...Paul "LeoNerd" Evans2015-03-121-0/+69