-
- Downloads
Replace `last_*_pdu_age` metrics with timestamps (#9540)
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.
Showing
- changelog.d/9540.feature 1 addition, 0 deletionschangelog.d/9540.feature
- changelog.d/9540.removal 1 addition, 0 deletionschangelog.d/9540.removal
- synapse/federation/federation_server.py 4 additions, 6 deletionssynapse/federation/federation_server.py
- synapse/federation/sender/transaction_manager.py 5 additions, 6 deletionssynapse/federation/sender/transaction_manager.py
changelog.d/9540.feature
0 → 100644
changelog.d/9540.removal
0 → 100644
Please register or sign in to comment