From ab0d5b509b1fbb417a7763526fe1b67daee6ac9a Mon Sep 17 00:00:00 2001 From: shimon Date: Wed, 8 Feb 2023 09:46:30 +0200 Subject: [PATCH] addressing comments --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 46ca93eb1f..b1f8b9560e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,7 @@ - Get default region from environment on project create [#4780](https://github.com/appwrite/appwrite/pull/4780) - Store build output file size [#4844](https://github.com/appwrite/appwrite/pull/4844) - Fix max mimetype size [#4814](https://github.com/appwrite/appwrite/pull/4814) -- New usage metrics collection flow (https://github.com/appwrite/appwrite/pull/4770) +- New usage metrics collection flow [#4770](https://github.com/appwrite/appwrite/pull/4770) - Deprecated influxdb, statsd, telegraf containers and removed all of their occurrences from the code. - Removed _APP_INFLUXDB_HOST, _APP_INFLUXDB_PORT, _APP_STATSD_HOST, _APP_STATSD_PORT env variables. - Removed usage labels dependency.