30 Jul 2025
03:42 PM
- last edited on
31 Jul 2025
06:50 AM
by
MaciejNeumann
Hi guys,
Customer ask to create a metric event on http check response time and set the impacted entity as the http test.
We have tried to use the Add property with http check, http step, synthetic monitor and monitored entity but the problem keep showing under impacted the environment and not the synthetic test....
Any one knows how to connect the metric event to its entity?
Thanks in advance for your inputs
Yos
Solved! Go to Solution.
03 Aug 2025 06:55 AM
Customer ask to get alert on performance not on a specific location but only when all 3 location breach the threshold.
Which is not possible from Performance e Threshold
31 Jul 2025 04:51 PM
Ei,
are you doing this on Managed or on SaaS?
are you doing this on Davis Anomaly Detection or metric event (setting classic)?
can you paste the matric key you are using please?
Regards
03 Aug 2025 06:58 AM
It's Managed site with metric event
Tried builtin:synthetic.http.timeToFirstByte.geo and builtin:synthetic.http.duration.geo
Yos
02 Aug 2025 10:53 AM
Hey @Yosi_Neuman ,
This metric does not have the synthetic test dimension, just the step and geolocation. Probably this is why it gets assigned to the whole environment. I'd recommend deleting the metric event and creating that from scratch.
I tested it in my lab, and I've been successful (the same metric) with assigning it to the synthetic test step, for example.
03 Aug 2025 06:59 AM - edited 03 Aug 2025 07:33 AM
Thanks for your hint!
Using splitby() instead of splitBy("dt.entity.http_check") cause the problem!
Now its working like a charm
Yos