From 935b3c66fdd80445b7e322ff3b83a4355c81d3eb Mon Sep 17 00:00:00 2001 From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:17:26 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20googlefo?= =?UTF-8?q?rgames/quilkin@00345bec721076fa683ee01efce1db93341f1972=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/book/deployment/admin.html | 6 ++++- main/book/installation.html | 2 +- main/book/print.html | 35 ++++++++++++++++++++++++--- main/book/searchindex.js | 2 +- main/book/searchindex.json | 2 +- main/book/services/proxy/metrics.html | 10 +++++++- main/book/services/proxy/qcmp.html | 15 ++++++++++++ 7 files changed, 63 insertions(+), 9 deletions(-) diff --git a/main/book/deployment/admin.html b/main/book/deployment/admin.html index 1050e73c1..80690d6d6 100644 --- a/main/book/deployment/admin.html +++ b/main/book/deployment/admin.html @@ -234,7 +234,11 @@
The current number of extant allocations
+ +quilkin_shutdown_initiated
Shutdown process has been started
The returned data is a JSON object with each key being the ICAO code for the datacentre, and the value being the latency in nanoseconds.
+quilkin_phoenix_requests
The amount of phoenix (latency) requests
+quilkin_phoenix_task_closed
Whether the phoenix latency measurement task has shutdown
+quilkin_phoenix_server_errors
The amount of errors attempting to spawn the phoenix HTTP server
+The following are metrics that Quilkin provides while in Proxy Mode.
quilkin_bytes_total{event, asn, ip_prefix}
The total number of bytes sent or recieved
+The total number of bytes sent or received
event
label is either:
quilkin_game_traffic_tasks
The amount of game traffic tasks that have spawned
+quilkin_game_traffic_task_closed
The amount of game traffic tasks that have shutdown
+The proxy exposes the following metrics around sessions:
@@ -3352,7 +3375,7 @@Will return an HTTP status of 200 when all health checks pass.
-Outputs Prometheus formatted metrics for this instance.
See the Proxy Metrics documentation for what proxy metrics are available.
See the xDS Metrics documentation for what xDS metrics are available.
@@ -3373,7 +3396,11 @@The current number of extant allocations
+quilkin_shutdown_initiated
Shutdown process has been started
quilkin_bytes_total{event, asn, ip_prefix}
The total number of bytes sent or recieved
+The total number of bytes sent or received
event
label is either:
quilkin_game_traffic_tasks
The amount of game traffic tasks that have spawned
+quilkin_game_traffic_task_closed
The amount of game traffic tasks that have shutdown
+The proxy exposes the following metrics around sessions:
diff --git a/main/book/services/proxy/qcmp.html b/main/book/services/proxy/qcmp.html index 38fb209d2..35f285bde 100644 --- a/main/book/services/proxy/qcmp.html +++ b/main/book/services/proxy/qcmp.html @@ -244,6 +244,21 @@The returned data is a JSON object with each key being the ICAO code for the datacentre, and the value being the latency in nanoseconds.
+quilkin_phoenix_requests
The amount of phoenix (latency) requests
+quilkin_phoenix_task_closed
Whether the phoenix latency measurement task has shutdown
+quilkin_phoenix_server_errors
The amount of errors attempting to spawn the phoenix HTTP server
+