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

Dynatrace SLO API "splitBy()" in metrics

joshua_brard
Participant

I'm pulling SLOs via the Dynatrace V2 API and I noticed inside the metricNumerator and Denominator there is splitBy() at the end. What exactly is this? Are the metrics selected still functioning properly?

Here is a part of the received JSON:

"metricNumerator": "builtin:service.errors.server.successCount:splitBy()",
"metricDenominator": "builtin:service.requestCount.total:splitBy()",

 Thanks

1 REPLY 1

bobby_crumley
Dynatrace Mentor
Dynatrace Mentor

Hi Joshua

 

There are optional parameters you can pass into the splitBy() field to break apart your requests by Process, User Action, Service, whichever metric is appropriate. Therefore you have a more granular approach. You'll just need to identify which is appropriate to build out your API request. These metrics are still working properly.

 

Good Luck - 

 

Bob Crumley

Featured Posts