Closed matrixbot closed 3 weeks ago
This comment was originally posted by @neilalexander at https://github.com/matrix-org/dendrite/issues/1754#issuecomment-884999631.
We've decided to take no action on this at the moment and will revisit if more need arises.
This issue was originally created by @p-e-w at https://github.com/matrix-org/dendrite/issues/1754.
Background information
go version
: 1.15Description
Synapse -> Synapse
Dendrite -> Synapse
The
age
field is missing:Synapse -> Dendrite
A non-canonical
age_ts
field is present, which appears to always be equal toorigin_server_ts
:Why this matters
The entire
unsigned
field is explicitly marked as optional by the spec, but theage
subfield is useful for breaking down latency measurements into more fine-grained metrics. This is done by PingPong, which currently cannot break down latencies when Dendrite is involved because of this issue.