05 Mar 2026
11:59 AM
- last edited on
06 Mar 2026
07:15 AM
by
MaciejNeumann
Hey experts!
As mentioned in the title - I want to play with the possibility of creating a dashboard to view trace, maybe method hotspots, failed requests etc, based on a request attribute. So the goal is to have a box in the dashboard that I'll just need to add the value of the request attribute and the view will change accordingly.
Do you think it's possible?
If so, I would love if you could guide me on how to do that.
Thank you!
05 Mar 2026 01:13 PM
Hi,
In Dashboards Classic, you can add a filter bar, but not as a free-text input that filters tiles by a request attribute value. Classic dynamic filters are limited to dashboard-level filters (zones/tags/entities, etc.) and don’t behave like query parameters for “request attribute = X”
Add dynamic filters to a Dynatrace dashboard
But you can do some workarounds, like:
use Request attribute filtering in Service/Requests views + link from the dashboard. Request attributes are great for filtering requests by specific attribute values in the service.Then in dashboard, add a Markdown tile linking to that view. I know that is poor workaround, but still 😉
Other option, make calculated Service Metric with the request attribute as a dimension. If your goal is charts/alerts, create a Calculated service metric and include the request attribute as a dimension (split by it). After that you can show this metric in charts and in dashboards.
And Last option swith to SaaS and new Dashboards 😉
05 Mar 2026 05:00 PM
t_pawlak, first of all, thanks for the creativity! 😄
And What are my options in the new Dashboards?
Featured Posts