From 26158bdc765a81950f039d9ea32099410339b709 Mon Sep 17 00:00:00 2001 From: Aaron Collier Date: Mon, 7 Nov 2022 13:32:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Clarify=20thresholds=20for=20Gen?= =?UTF-8?q?=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../increase-observability/metrics/_index.md | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/src/increase-observability/metrics/_index.md b/docs/src/increase-observability/metrics/_index.md index 9880d69a44..1012866e38 100644 --- a/docs/src/increase-observability/metrics/_index.md +++ b/docs/src/increase-observability/metrics/_index.md @@ -62,20 +62,22 @@ you might want to consider: #### {{% names/dedicated-gen-3 %}} environments -For {{% names/dedicated-gen-3 %}} environments, the thresholds are set for each host. -If the resources are high and hovering close to the 100% threshold, -you might want to consider: +For {{% names/dedicated-gen-3 %}} environments, the thresholds are set for each container. -* [Optimizing your code](../integrate-observability/_index.md) (if possible) +If you have one container in a temporary burst state but your host still has plenty of available resources, +it might not be an issue as long as the site is functioning properly. +Burst allows your container to use additional resources when they aren't needed elsewhere. + +If you have a container in a prolonged burst state, you might want to consider: + +* [Optimizing your code](../integrate-observability/_index.md) * Changing your [app size](../../create-apps/app-reference.md#sizes) or [service size](../../add-services/_index.md#size) * [Increasing your plan](../../administration/pricing/_index.md) -If your containers are in a prolonged burst state, -review your configuration or plan size because burst isn't guaranteed for long periods. -If the burst threshold is triggered for short, infrequent activities, -it might not be an issue as long as the site is functioning properly. -Burst allows your container to use additional resources when they aren't required on the container's host. +You can reallocate your existing resources if other containers have resources they aren't using. + +If you have multiple containers in a burst state, review your configuration or plan size. #### Grid environments