From a377a4e0da5555a8e511f6631b34ffd026fff51d Mon Sep 17 00:00:00 2001 From: Cecylia Bocovich Date: Tue, 20 May 2025 12:29:41 -0400 Subject: [PATCH] Add client-snowflake-timeout-count to broker spec We added a new snowflake metric on the number of timeouts. This brings doc/broker-spec.txt up to date on our current exported metrics. --- doc/broker-spec.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/broker-spec.txt b/doc/broker-spec.txt index 3f9ce7a..6d0ca40 100644 --- a/doc/broker-spec.txt +++ b/doc/broker-spec.txt @@ -82,6 +82,13 @@ Metrics data from the Snowflake broker can be retrieved by sending an HTTP GET r A count of the number of times a client successfully received a proxy from the broker, rounded up to the nearest multiple of 8. + "client-snowflake-timeout-count" NUM NL + [At most once.] + + A count of the number of times a client was matched with a proxy + but timed out before receiving the proxy's WebRTC answer, + rounded up to the nearest multiple of 8. + "client-http-count" NUM NL [At most once.]