How to monitor Ruby on Rails application hosted on Azure VM

anil kumar 1,641 Reputation points
2023-01-30T08:40:22.6433333+00:00

Hello,

We have a Ruby on Rails application hosted on Azure VM, we are not sure how to monitor the application? Application Insights might not help due to language constraints and container insights is for Kubernetes container based applications. VM Insights can capture OS level info.

Do we need to inject some code in our application in order to monitor it or we can just install LA Agent/ Azure Monitor Agent on the VM and it will take care of both infra and app level monitoring?

Appreciate your insightful response. Thank you!!

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,794 questions
{count} votes

Accepted answer
  1. Stanislav Zhelyazkov 21,021 Reputation points MVP
    2023-01-31T14:31:20.5866667+00:00

    Hi,

    There is no out of the box functionality to monitor Ruby on Rails application. You will have to build monitoring on your own from the general capabilities for collecting data available in Azure Monitor. You need to assess which ones you can use:

    Once you have the data being ingested you can create alerts based on it.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful