Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-10-01 | Add prometheus metrics to track federation delays (#8430) | Richard van der Hoff | 8 | -6/+88 | |
Add a pair of federation metrics to track the delays in sending PDUs to/from particular servers. | |||||
2020-09-30 | Make token serializing/deserializing async (#8427) | Erik Johnston | 17 | -59/+115 | |
The idea is that in future tokens will encode a mapping of instance to position. However, we don't want to include the full instance name in the string representation, so in |