mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 19:15:51 +03:00
8a4b3738f3
Following the advice at https://prometheus.io/docs/practices/instrumentation/#timestamps-not-time-since, it's preferable to export unix timestamps, not ages. There doesn't seem to be any particular naming convention for timestamp metrics.
1 line
230 B
Gherkin
1 line
230 B
Gherkin
Add `synapse_federation_last_sent_pdu_time` and `synapse_federation_last_received_pdu_time` prometheus metrics, which monitor federation delays by reporting the timestamps of messages sent and received to a set of remote servers.
|