From 8968535c56e00389b371e7cdb3b1e84628a796ae Mon Sep 17 00:00:00 2001 From: Michael Pu Date: Wed, 28 Feb 2024 19:06:08 -0500 Subject: Update doc with new lines in metrics output --- doc/broker-spec.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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.] -- cgit v1.2.3-54-g00ecf