synapse/contrib
Eric Eastwood e80bc4b062
Distinguish all vs local events being persisted in the "Event Send Time Quantiles" graph (#18510)
(Applies to the Grafana graphs)

As discovered by @devonh, we use `synapse_storage_events_persisted_events_total` (which tracks *all* persisted events) for the "Events" rate in the "Event Send Time Quantiles" graph. This is pretty misleading as I would expect it to be the rate of events being sent given the graph title, "Event Send Time Quantiles".

Since the event persistence queues are shared for local and remote events from federation and will block local events being sent, I think it does still make sense to have the event persist rate. I've updated the graph to include the rate of "Local events being persisted" and the rate of "All events being persisted". I think this properly disambiguates and clarifies what the graph is trying to show.
2025-06-05 15:30:28 -05:00
..
cmdclient Stop using twisted.internet.defer.returnValue (#18020) 2024-12-20 10:57:59 +00:00
datagrip Make it easier to use DataGrip w/ Synapse's schema (#14982) 2023-02-15 13:51:37 +00:00
docker Contrib: Docker: updates PostgreSQL version in docker-compose.yml (#18089) 2025-01-21 18:54:31 +00:00
docker_compose_workers link to element-docker-demo from contrib/docker* (#17953) 2024-11-22 12:35:03 +00:00
grafana Distinguish all vs local events being persisted in the "Event Send Time Quantiles" graph (#18510) 2025-06-05 15:30:28 -05:00
graph Remove the deprecated cgi module (#17741) 2024-09-25 11:15:34 +02:00
lnav Update book location 2023-12-13 16:15:22 +00:00
prometheus Update book location 2023-12-13 16:15:22 +00:00
purge_api Update book location 2023-12-13 16:15:22 +00:00
snap Move the snapcraft configuration to contrib. (#12142) 2022-03-02 19:22:44 +00:00
systemd Update book location 2023-12-13 16:15:22 +00:00
systemd-with-workers Update book location 2023-12-13 16:15:22 +00:00
vertobot
workers-bash-scripts More renaming 2023-12-13 15:41:11 +00:00
example_log_config.yaml Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
README.rst

Community Contributions
=======================

Everything in this directory are projects submitted by the community that may be useful
to others. As such, the project maintainers cannot guarantee support, stability
or backwards compatibility of these projects. 

Files in this directory should *not* be relied on directly, as they may not
continue to work or exist in future. If you wish to use any of these files then
they should be copied to avoid them breaking from underneath you.