12 Aug 2024
10:17 PM
- last edited on
29 Aug 2024
01:26 PM
by
GosiaMurawska
I can define SLO and run SLO metrics in Data Explorer-
(100)*(builtin:service.errors.server.successCount:filter(in("dt.entity.service",entitySelector("mzName(~"myZone~"),type(~"SERVICE~")"))):splitBy(dt.entity.service))/(builtin:service.requestCount.server:filter(in("dt.entity.service",entitySelector("mzName(~"myZone~"),type(~"SERVICE~")"))):splitBy(dt.entity.service))
- it will provide success request rate (a.k.a SLO) split by service. We run Azure Service Fabric and have 15 instances of each service. I wonder is it possible to split metrics above by service instance?
We can get instance level data from a service screen, but I cant figure how to do it in Data Explorer.
Solved! Go to Solution.