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.
This commit is contained in:
Cecylia Bocovich 2025-05-20 12:29:41 -04:00
parent 1c53a63744
commit a377a4e0da
No known key found for this signature in database
GPG key ID: 009DE379FD9B7B90

View file

@ -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.]