Establish a baseline for containerized Java applications
Article
This article describes how to establish a baseline for containerized Java applications.
It's important to establish a baseline to understand what your application is really doing and how much memory and how many CPU cores it needs. An under-provisioned environment might affect the overall performance of your containerized application, while an over-provisioned environment might increase your costs.
The process of establishing a baseline enables you to experiment with different settings and then determine their impact and the right balanced amount of resources needed.
To establish a baseline, you can use Azure Application Insights or an APM solution of your choice.