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

Custom report/chart for synthetic Clickpath browser monitor

Can we create a Custom report/chart for synthetic Clickpath browser monitor with an average duration of each clickpath in Dynatrace SaaS?

7 REPLIES 7

Did you try the Create Custom Chart option from the Menu? When using this option, search for metrics Synthetic-Duration for Performance of the Synthetic test, and Synthetic- Availability for the availability of all the Synthetic tests. You may then select desired time frame using the universal time selection on right corner.

Hi Bharathi, Thanks for your response, I actually tried the custom chart option but this will give the average value of a metric(Duration/Availability) for the entire Synthetic Monitor/Test, but i was looking for report/tile that shows average duration for each individual click in a clickpath route. We can actually see this info when we click on a synthetic test .Please see the pic below.For the selected duration i am looking for a chart with average action duration for each click/action in the clickpath Monitor. This seems to be similar to Step analysis report in Synthetic Classic but this report is not available on Synthetic SaaS. Any help on this would be much appreciated. Thanks.

I understood your requirements now. I am afraid we do not have such options present other than to use the Clickpath actions section that you have shown above. you could post an idea that our PMs might consider.

@Srinivas V. Did you try the API call to have this information?

https://xxxx.live.dynatrace.com/api/v1/timeseries?Api-Token=xxxx×eriesId=com.dynatrace.builtin:webcheck.step.performance.actionduration&relativeTime=hour&aggregationType=avg

AgataWlodarczyk
Community Team
Community Team

Two product ideas related to this topic have been accepted and completed.

Add a Custom Report/Chart to show the average action duration of each click path action in a click path browser monitor on Dynatrace SaaS
https://community.dynatrace.com/t5/Dynatrace-product-ideas/Add-a-Custom-Report-Chart-to-show-the-ave...
Synthetic Availability By Step/Action Reporting
https://community.dynatrace.com/t5/Dynatrace-product-ideas/Synthetic-Availability-By-Step-Action-Rep...

This can be helpful:
Record a browser clickpath
https://www.dynatrace.com/support/help/how-to-use-dynatrace/synthetic-monitoring/browser-monitors/re...

 

 

When passion meets people magic and innovation happen.

AgataWlodarczyk
Community Team
Community Team

Here is a quick query created by Dynatrace Product Manager - Philipp Kastner:

builtin:synthetic.browser.event.visuallyComplete.load:splitBy("dt.entity.synthetic_test_step"):parents:filter(and(eq("dt.entity.synthetic_test","SYNTHETIC_TEST-3F7B564D3AC5375C"))):avg:auto:sort(value(avg,descending)):limit(10)

=> The SYNTHETIC_TEST-3F7B564D3AC5375 needs to be replaced with the monitor you want to chart.

An easy way to filter for parent entities with the UI (not custom query needed) is planned for the 2nd quarter of 2022

When passion meets people magic and innovation happen.

Featured Posts