A customer can determine what configuration they need from a running app #5490
Labels
bulk-closed
Priority:1
Work that is critical for the release, but we could probably ship without
Team:Runtime
User Story
A single user-facing feature. Can be grouped under an epic.
We expect that most .NET users set their containers with higher values than they want, and then progressively and iteratively decrease CPU and memory values to satisfy cost goals. This is a fine approach, but are likely more data-oriented, and reliable ways to get to more optimum values more quickly.
There are two primary (complementary) approaches to this:
For this user story, we will focus on exposing important metrics:
We will write documentation that safe and unsafe zones for numbers. Safe zones (with margin) would suggest that there are opportunities to reduce limits further. The runtime will only be responsible for reporting point-in-time information. Monitoring tools and databases need to be used to determine time-based patterns (maybe Thursday evenings represent a peek for your site that needs to managed outside of fine-grained runtime monitor and configuration).
We will also write documentation that describes how to create stateless containers that enable being safely killed in production.
The text was updated successfully, but these errors were encountered: