23 Apr 2021 12:23 PM
Hi all,
I'm using the third-party synthetic api to monitor some devices (via ICMP and other protocols). I find no way to visualize the monitor on a world map like browser or http test although it includes location info.
The only way to put this on a dashboard in Dynatrace seems to be custom charts with a top list split by location.
Anyone an idea?
cheers,
Torsten
Solved! Go to Solution.
23 Apr 2021 08:30 PM
Currently the only way in Dynatrace to use the World Map tile on a Dashboard is through an Application:
Also in user sessions, Dynatrace paints the map based on your info.
If you were using Dynatrace Synthetic, you could use the following USQL to zoom in on the information:
SELECT continent,country, city FROM usersession WHERE userType IS "SYNTHETIC"
But apart from that, you don´t have other options. May be you can suggest an RFE on Ideas section. I would love to vote on it.
28 Apr 2021 11:21 AM
I created an RFE for this feature: https://community.dynatrace.com/t5/Dynatrace-product-ideas/Visualize-third-party-synthetic-tests-wit....
29 Apr 2021 02:36 PM
Voted