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

Filter HTTP Request parameter in a Dashboard's tile

dbusquets
Helper

Hi,

We've defined a Request Attribute to analyze a specific header from HTTP Requests.

Although we managed to apply the filter in the detail chart, to only see the calls within a specific value of that header, we need to pin it to a Dashboard tile. But when "Pin to dashboard" is selected, that filter disappears.

  • Filter applied: a Key Request + Request attribute (specific value). All OK:


  • Then: Pin to dashboard, then drill down into its tile, and the filter is missing:



Any ideas? May it be some capacity not yet implemented?


Thanks!


2 REPLIES 2

skrystosik
DynaMight Guru
DynaMight Guru

In general tile you are trying to use does not store information about any other filters than request itself. To have on dashboard what you need you should use 2.0 framework for multidimensional analysis views:

https://www.dynatrace.com/news/blog/nextgen-multidimensional-analysis-introduces-calculated-metrics-...

You will have to define custom metric based on this filter, and than you will be able to pin it to dashboard.

Sebastian


Regards, Sebastian

Thank you Sebastian

Featured Posts