Hi,
I am bit confused about the timeseries id of Dynatrace webchecks.
Can someone please explain difference between webcheck.performance & webcheck.location.performance &com.dynatrace.builtin:webcheck.step.location.performance.
Solved! Go to Solution.
webcheck.performance represents the overall performance of your synthetic test while webcheck.location.performance timeseries represent the individual performance of your synthetic test executed on a specific location, such as 'New York'. As a Webcheck also offers the possibility to define multi-step tests, such as 1.step: Login, 2.Step: Select product, 3.Step: Checkout; each of those steps also exposes its performance through the API.
Overall, you get pretty detailed and fine grained performance information for your defined Webchecks through API.
Thanks Wolfgang
Can we get timeseries data for a specific step of a test. I tried and filter with webcheckId but it is showing data for all the steps of all tests