mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Update doc with new lines in metrics output
This commit is contained in:
parent
b512e242e8
commit
8968535c56
1 changed files with 24 additions and 0 deletions
|
@ -89,6 +89,14 @@ Metrics data from the Snowflake broker can be retrieved by sending an HTTP GET r
|
||||||
the HTTP rendezvous method from the broker, rounded up to the nearest
|
the HTTP rendezvous method from the broker, rounded up to the nearest
|
||||||
multiple of 8.
|
multiple of 8.
|
||||||
|
|
||||||
|
"client-http-ips" [CC=NUM,CC=NUM,...,CC=NUM] NL
|
||||||
|
[At most once.]
|
||||||
|
|
||||||
|
List of mappings from two-letter country codes to the number of
|
||||||
|
times a client has requested a proxy using the HTTP rendezvous method,
|
||||||
|
rounded up to the nearest multiple of 8. Each country code only appears
|
||||||
|
once.
|
||||||
|
|
||||||
"client-ampcache-count" NUM NL
|
"client-ampcache-count" NUM NL
|
||||||
[At most once.]
|
[At most once.]
|
||||||
|
|
||||||
|
@ -96,6 +104,14 @@ Metrics data from the Snowflake broker can be retrieved by sending an HTTP GET r
|
||||||
the ampcache rendezvous method from the broker, rounded up to the
|
the ampcache rendezvous method from the broker, rounded up to the
|
||||||
nearest multiple of 8.
|
nearest multiple of 8.
|
||||||
|
|
||||||
|
"client-ampcache-ips" [CC=NUM,CC=NUM,...,CC=NUM] NL
|
||||||
|
[At most once.]
|
||||||
|
|
||||||
|
List of mappings from two-letter country codes to the number of
|
||||||
|
times a client has requested a proxy using the ampcache rendezvous
|
||||||
|
method, rounded up to the nearest multiple of 8. Each country code only
|
||||||
|
appears once.
|
||||||
|
|
||||||
"client-sqs-count" NUM NL
|
"client-sqs-count" NUM NL
|
||||||
[At most once.]
|
[At most once.]
|
||||||
|
|
||||||
|
@ -103,6 +119,14 @@ Metrics data from the Snowflake broker can be retrieved by sending an HTTP GET r
|
||||||
the sqs rendezvous method from the broker, rounded up to the nearest
|
the sqs rendezvous method from the broker, rounded up to the nearest
|
||||||
multiple of 8.
|
multiple of 8.
|
||||||
|
|
||||||
|
"client-sqs-ips" [CC=NUM,CC=NUM,...,CC=NUM] NL
|
||||||
|
[At most once.]
|
||||||
|
|
||||||
|
List of mappings from two-letter country codes to the number of
|
||||||
|
times a client has requested a proxy using the sqs rendezvous method,
|
||||||
|
rounded up to the nearest multiple of 8. Each country code only appears
|
||||||
|
once.
|
||||||
|
|
||||||
"snowflake-ips-nat-restricted" NUM NL
|
"snowflake-ips-nat-restricted" NUM NL
|
||||||
[At most once.]
|
[At most once.]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue