From 71c8c8a72e047aad1bc679482c0861a9ece177f9 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 29 Jun 2022 07:21:54 +0000 Subject: [PATCH] inbound and outbound bandwidth --- src/Appwrite/Stats/Usage.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Appwrite/Stats/Usage.php b/src/Appwrite/Stats/Usage.php index 1069be16e5..36e08b5069 100644 --- a/src/Appwrite/Stats/Usage.php +++ b/src/Appwrite/Stats/Usage.php @@ -22,6 +22,12 @@ class Usage 'network' => [ 'table' => 'appwrite_usage_network_all', ], + 'inbound' => [ + 'table' => 'appwrite_usage_network_inbound', + ], + 'outbound' => [ + 'table' => 'appwrite_usage_network_outbound', + ], 'executions' => [ 'table' => 'appwrite_usage_executions_all', ],