21 Apr 2025
10:49 PM
- last edited on
22 Apr 2025
09:20 AM
by
MaciejNeumann
Hello Team,
Is there a way to convert an MDA query into DQL or plot a chart on the dashboard without creating custom metrics?
I’m looking to split metrics from dt.service.request.count by dt.entity.cloud_application_instance. Any insights or suggestions would be appreciated.
Regards,
Akhil Jayendran
22 Apr 2025 02:25 AM
@Akhil-Jayendran Can you please try the below?
timeseries sum(dt.service.request.count), by: { dt.entity.cloud_application }
| fieldsAdd dt.entity.cloud_application.name = entityName(dt.entity.cloud_application)
22 Apr 2025 02:49 AM
Hello @p_devulapalli ,
I would like to get the metrics split by pode level (dt.entity.cloud_application_instance) above one is only with workload level I think.
22 Apr 2025 04:01 AM
@Akhil-Jayendran I am bit doubtful if this metric can be split by pod, but I could be wrong .
22 Apr 2025 04:14 AM
Hi @p_devulapalli Even I have the same feeling, but in the Dynatrace UI under MDA I can split this metric with pod name (service_instance) so I still have the hope we can do it same in the DQL with same metrics or any other metrics.
22 Apr 2025 05:53 PM
Does anyone have any insights on this? Is it achievable using DQL?