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

Dashboard - DQL query not displaying icon symbol

karthikayini_m
Participant

We created a dashboard for our application for the outgoing services . The dql query is as below.
fetch dt.entity.service
| filter serviceType != "DATABASE_SERVICE"
| filter in({$App_id}, called_by[dt.entity.service])
| fieldsAdd entity=record(entityId=id, displayName=entity.name, icon = icon[primaryIconType])

expected:

karthikayini_m_1-1758645753833.png

 

what we got:

karthikayini_m_0-1758645725783.png

 

 

I want to get real icon instead of icon name in the dashboard.

even if I pin dashboard from the real service outgoing dashboard to our dashboard icons are not displayed (its displayed as names ) only.

 

Thank you 

Dynatrace Helper
4 REPLIES 4

t_pawlak
Pro

In my opinion this is not possible.
Your question actually intrigued me and I spent some time digging through the documentation to see if there was a way. Unfortunately, IMO it seems that this cannot be achieved.

karthikayini_m
Participant

thank you @t_pawlak 

zietho
Dynatrace Leader
Dynatrace Leader

No this is not possible atm and please consider to create a product idea here: https://community.dynatrace.com/t5/forums/postpage/board-id/DynatraceProductIdeas

Thank you @zietho 

Featured Posts