cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SLO functions are not showing any data in the latest environment of Dynatrace

mahamudulhasan
Visitor

I have a SLO defined which measures success rate of a certain service. It is defined like this,

 

(100)*(builtin:service.keyRequest.errors.server.successCount:filter(in("dt.entity.service_method",entitySelector("type(~"SERVICE_METHOD~"), entityId(~"SERVICE_METHOD-08EFCF745AD0CF3E~")"))):splitBy())/(builtin:service.keyRequest.count.server:filter(in("dt.entity.service_method",entitySelector("type(~"SERVICE_METHOD~"), entityId(~"SERVICE_METHOD-08EFCF745AD0CF3E~")"))):splitBy())

 

I have created a dashboard in the classic dashboard from the output of this query.

mahamudulhasan_0-1713418481437.png

but when exporting this to latest dynatrace environment, it is not showing any data. 

mahamudulhasan_1-1713418538886.png

this is the DQL code 

 

timeseries success_count=sum(dt.service.key_request.errors.server.success_count), server=sum(dt.service.key_request.count.server), filter: { in(dt.entity.service_method, classicEntitySelector("type(\"SERVICE_METHOD\"), entityId(\"SERVICE_METHOD-08EFCF745AD0CF3E\")")) }
| fieldsAdd expression=100*success_count[]/server[]
| fieldsRemove success_count, server

 

 Also, how to show the SLOs in latest Dynatrace environment . It was very easy to integrate SLOs into the classical dashboard 

1 REPLY 1

PacoPorro
Dynatrace Champion
Dynatrace Champion

This metric is still not "supported in grail"

PacoPorro_0-1713420747594.png

 

Featured Posts