monitoring and observability
I need resources to do monitoring and observability using the Azure Application Insights. In my application, we already have used application insights but we need an approach to do the SRE. To have alerts, cpu usage, memory usage and DB long running queries, perf issues or all failed requests 401, 404, 403 and 500. Please suggest an approach and share resources for the same. Thank you
2 Replies
serilog + seq or similar. Maybe datadog.
depending on your hosting, something like prometheus to monitor hardware usage, and grafana to present it in a dashboard and provide the reporting.
I wanted to do on azure application insights