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

Request count fitered by host in the dashboard

jcamps
Advisor

Hi all,

 

we've 1 service running in 4 processes (each process in their own machine), how can I put in a Dashboard service associated metrics (like response time (avg), number of HTTP errors, etc...) splited by process o host?

 

We want one tile for each process, for exemple, for the response time:

 

  • Tile 1: Response time for service in machine 1
  • Tile 2: Response time for service in machine 2
  • ...

 

Regards, Josep Maria

 

13 REPLIES 13

ChadTurner
DynaMight Legend
DynaMight Legend

You will need to do this Via Tags. 

 

First create a tag Called Host Name:{DetectedHostName} then the auto Tag will provide you a dynamic value. DO this for Hosts, Processes and Services and make sure you allow them to trickle down. 

 

Once the tags are present then go to your custom charts - select your metric, then apply your filter:

ChadTurner_0-1632333700051.png

 

-Chad

Hi,

I have found the configuration of the chart but it seems that it will not help me since, as the service runs on all 4 servers, I cannot filter only by one:

jcamps_2-1632379204236.png

I can't filter by only one host, right? I need to show in the DB the service response time for each host....

Regards! Josep Maria

ChadTurner
DynaMight Legend
DynaMight Legend

you should be able to filter one by one. Did you create the tag at the host level then, service level and then the process group level? You can also target the Host Group as well if they are unique to your host.

-Chad

Hi,

 

this is the TAG definition:

jcamps_0-1632401821315.png

 

and each rule:

1.- Host

jcamps_1-1632401871807.png

2.- Service

jcamps_2-1632401912598.png

3.- Process Group

jcamps_3-1632401968760.png

 

and with this isn't working:

jcamps_0-1632402161634.png

 

Regards! Josep Maria

Thats correct. do the hosts have the same host group? Never the less you can also set up a Service Rename: 

 

ChadTurner_0-1632402791079.png

 

That would give you the value of Host1 - Security Scan. You could even toss this up and set it as Security Scan on Host 1. Because the service name is identical I think its all grouping it into one. 

 

-Chad

Just looking at our set up, we have the Service Rename and the Tag for Host Name. And since the Service name is different across the hosts, the tag is a 1 to 1 ratio. 

 

For Example you have 3 Hosts, all running Security Scan. Just as you have the tag set up, all 3 hosts have the same Service and service name of Security Scan running so its all lumped into one. 

 

If we edit the service names by the Service Name Rules, you can make them unique by adding in a Host Name. So now the Service Name Becomes:

Host1 - Security Scan

Host2 - Security Scan

Host3 - Security Scan

 

But since the names are different, the tag of Host Name will only be that singular host. 

-Chad

Hi Chad,

 

yes, this will work but we loose the "service aggregated view". I try to explain:

 

We have one unique service running in all 4 hosts, so, with this we have an aggregated view for the service and this is really useful for us:

jcamps_1-1632404184074.png

 

So, without loosing the aggregated view, in several scenarios we need to "split" metrics by host and put the splitted value in our DB, like in multidimensional analysis:

 

jcamps_2-1632404341111.png

 

 

 

Renaming the service implies loosing the aggregated view, right?

 

Regards and thanks for your time!!!

you are exactly right, even at a process group level:

 

ChadTurner_0-1632406817089.png

 The item in the Red box are the unique identifiers for the two processes/services on the 2 hosts, for a total of 4 individual items. This would also affect the Service groupings as such, But I wonder if you can merge them into eachother, while still retaining the unique names... Maybe Dynatrace Reps can shed some light on that or even test it in their demo environments. 

-Chad

ChadTurner_3-1632407376935.png

 

This would then allow you to add the groupings back together while still being unique:

ChadTurner_4-1632407376850.png

 

Notice how we have 6 custom names but we are adding them as a merged service, but they still retain their custom name 

-Chad

ChadTurner
DynaMight Legend
DynaMight Legend

If that still isn't working in your set up, you can always rename your services via the Dynatrace settings. Much like tags you can set Dynamic Values. so  Service name:{DetectedHostName} - {ServiceName} then the result will look like: Host1 - Security Scan. This will then allow you to filter out by service name and it will be clear as to the host each is part of. 

-Chad

Yosi_Neuman
DynaMight Guru
DynaMight Guru

Hi @jcamps 

You can utilize MDA with splitting by {Service:Instance} for this

Yosi_Neuman_0-1632562115669.png

 

But since you still can not create a metric for this the only way we have found for show it on dashboard was to create links to the MDAs :facepalm:

 

There is an old RFE in New status for creating a metric split by instance :hands_in_air:

 

HTH

Yos 

 

dynatrace certificated professional - dynatrace master partner - Matrix Soft Ware Division - Israel

Hi @Yosi_Neuman @ChadTurner ,

 

we will have to wait for the RFE to be implemented 😞

 

Thanks to both for the answers!

Regards!

D_Miller
Advisor

I do find it very disappointing that still the ability to show a Service split By {Service:Instance} is still not available in the Data Explorer or as a Calculated Metric. To me this is basic monitoring fundamentals. It was available and heavily used in AppMon but yet we're still waiting for this in OneAgent despite the RFEs.

Featured Posts