mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
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:
parent
1c53a63744
commit
a377a4e0da
1 changed files with 7 additions and 0 deletions
|
@ -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.]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue