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.


142 views0 comments

Recent Posts

See All

Query SQL using OpenAI and Langchain

LLMs (such as OpenAI) are good for reasoning but they lack capability interface with outside world. This is where Langchain agents step in: agents provide LLMs with tools to perform actions (for examp

Home: Blog2

Subscribe

Home: GetSubscribers_Widget

CONTACT

Your details were sent successfully!

Computers
Home: Contact
bottom of page