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

How to filter top Davis forecast values?

jegron
DynaMight Champion
DynaMight Champion

Hi,

I would like to create a metrics timeseries and then filter out only the top dt.davis.forecast:point values.

How can I do that?

jegron_1-1718213101125.png

 

 

Observability Engineer at Phenisys - Dynatrace Professional
1 REPLY 1

ChadTurner
DynaMight Legend
DynaMight Legend

hey @jegron . So are you looking to keep the limit of 100? If you want to target the top X hosts, I recommend reducing your Limit, and then adding in: 

| sort `avg(dt.host.disk.used.percent)` desc

This will allow you to sort the values so the most used is on top and descends from there. You can keep the limit of 100 but it might get a tad bit messy. You can then add in the Davis forecaster via the options. 

Here is an example: 

ChadTurner_0-1756817900757.png

 

-Chad

Featured Posts