How to instrument error budgets (SRE concept) in Azure monitor

Dinesh Dharmawardena 1 Reputation point
2022-05-17T03:01:29.23+00:00

My company is using Azure monitor as our monitoring platform compared to some of the other competing products such as new relic or datadog. The problem is Azure monitor unlike those products does not natively support SRE concepts. I can still leverage the platform to implement SLO alerts and SLIs but I'm struggling with how to implement Error budgets, especially considering the error budget needs to be persisted.

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

1 answer

Sort by: Most helpful
  1. Maxim Sergeev 6,586 Reputation points Microsoft Employee
    2022-08-12T20:35:58.53+00:00

    @Dinesh Dharmawardena

    Regarding your scenario it depends on what telemetry you want to use. If ApplicationInsights, go to kusto, find right metrics (calls, dependencies, uris, "functions") and measure it as required
    For example,

    230862-image.png

    You can do the same for platform metrics with the similar approach

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.