Add get_registration_delay_milliseconds metric (#2275)

This commit is contained in:
Maycon Santos
2024-07-16 15:36:51 +02:00
committed by GitHub
parent f9c59a7131
commit 7c595e8493
3 changed files with 24 additions and 2 deletions

View File

@@ -90,6 +90,9 @@ The Signal Server exposes the following metrics in Prometheus format:
- **registration_delay_milliseconds**: A Histogram metric that measures the time
it took to register a peer in
milliseconds.
- **get_registration_delay_milliseconds**: A Histogram metric that measures the time
it took to get a peer registration in
milliseconds.
- **messages_forwarded_total**: A Counter metric that counts the total number of
messages forwarded between peers.
- **message_forward_failures_total**: A Counter metric that counts the total