aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormeskio <meskio@torproject.org>2024-03-12 08:28:53 -0300
committermeskio <meskio@torproject.org>2024-03-12 08:28:53 -0300
commitf502eca67d345e0a6b460f2b677d4ad50dbc9709 (patch)
tree57cf2a1831eb86f0b19ff828fa923784187d0ac1 /doc
parentd657098340cffa49fcd5400e58cd614e76fd71af (diff)
parent8968535c56e00389b371e7cdb3b1e84628a796ae (diff)
downloadsnowflake-f502eca67d345e0a6b460f2b677d4ad50dbc9709.tar.gz
snowflake-f502eca67d345e0a6b460f2b677d4ad50dbc9709.zip
Merge remote-tracking branch 'origin/mr/258'
Diffstat (limited to 'doc')
-rw-r--r--doc/broker-spec.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/broker-spec.txt b/doc/broker-spec.txt
index 6738cf6..3f9ce7a 100644
--- a/doc/broker-spec.txt
+++ b/doc/broker-spec.txt
@@ -88,6 +88,14 @@ Metrics data from the Snowflake broker can be retrieved by sending an HTTP GET r
A count of the number of times a client has requested a proxy using
the HTTP rendezvous method from the broker, rounded up to the nearest
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
[At most once.]
@@ -95,6 +103,14 @@ Metrics data from the Snowflake broker can be retrieved by sending an HTTP GET r
A count of the number of times a client has requested a proxy using
the ampcache rendezvous method from the broker, rounded up to the
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
[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
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
[At most once.]