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

Request Attribute: handler Name - Dashboard Service Overview

yuval1983
Guide

HI.

I want to do the following: Request Attribute: handler Name

But is it possible to do it without creating a metric:CALC these are something that are built-in

yuval1983_0-1707391028839.png

 

 

7 REPLIES 7

radek_jasinski
DynaMight Guru
DynaMight Guru

Hi @yuval1983 

You can make a view to track the Request Attribute on the Miltidimentional View. Unfortunately if you want to transfer to the dashboard then you need to create a metric.

Radek

Have a nice day!

HI,

Is it possible to combine the failure rate and response time in the MDA?

yuval1983_0-1707400172320.png

 

No. You can, however, set a filter to show only erroneous requests or requests with a specific response time.

Have a nice day!

Can you attach an example?

HI,

 

Is it possible to do more than 10 dimensions?
I'm a little disappointed that I only have 10 listed

 

yuval1983_0-1707411409145.png

 

 

Another question, is it possible to do all this in the new dashboard?

Hi @yuval1983 
When you create the calculated service metric, you can choose the limit of the dimensions (100).

cesarsaravia_0-1707420629082.png

Also, on 3rd Gen Dashboards you can use a JavaScript Code to get the calculated service metric datapoints using the SDK. 
Classic Environment V2 | Dynatrace Developer

import { metricsClient } from "@dynatrace-sdk/client-classic-environment-v2";

const data = await metricsClient.query({
  acceptType: "application/json; charset=utf-8",
});

cesarsaravia_1-1707420886677.png

Regards,

 

-César S. - LATAM Solutions Architect

Thanks @cesarsaravia for the clarification for @yuval1983 . Yesterday, I already didn't manage to write back.

Radek

Have a nice day!

Featured Posts