top of page

WELCOME TO CLOUD MATTER

Search
Writer's pictureRoman Guoussev-Donskoi

Azure App Service - monitoring application behavior (and using custom metrics)

When you are responsible for managing applications in production monitoring all aspects of application behavior is paramount.


Azure Applications Insights provides easy-to-use mechanisms for monitoring standard (e.g. CPU/memory/threads) and custom metrics. Custom metrics are often-underutilized but are actually extremely useful (e.g. monitor data arrival rates and values arriving from external input sources and raise alerts if data stopped coming).


Configuration of Java applications can be a little more involved therefore pre-configured java application is provided in GitHub.


Standard Metrics

In Application Insights select the resource that you would like to monitor and have CPU/memory utilization and application response time at your fingertips

CPU

Memory


Response Time


Custom Metrics

Special thanks to Eugene Selivanov for providing example below:





Integration

The example Java source code is provided here.


133 views0 comments

Recent Posts

See All

RAG processing at scale

Summary Application of generative AI has become more diverse. Ubiquitous chatbot RAG pattern is complemented by other scenarios. One of...

Comments


Home: Blog2

Subscribe

Home: GetSubscribers_Widget

CONTACT

Your details were sent successfully!

Computers
Home: Contact
bottom of page