25 Jul 2023 05:53 PM
I'm working on generating an availability report of synthetic tests, using the following metric:
"builtin:synthetic.browser.availability.location.total:splitBy("dt.entity.synthetic_test"):avg:sort(value(avg,descending)):limit(20)"
Is there a possibility to incorporate the entity tags into the report? Thank you!
Solved! Go to Solution.
26 Jul 2023 12:14 AM
Hi,
You can include tag in filter:
builtin:synthetic.browser.availability.location.total:filter(and(or(in("dt.entity.synthetic_test",entitySelector("type(synthetic_test),tag(~"XXXXXX~")"))))):splitBy("dt.entity.synthetic_test"):sort(value(auto,descending))
Best regards
26 Jul 2023 02:41 PM
Thank you for your reply @AntonPineiro
Sorry for the confusion. I would like to show tags information on the report, instead of filtering any records
26 Jul 2023 03:06 PM - edited 26 Jul 2023 03:06 PM
Hi, agree with @islam_zidan.
I think it is similar to this product idea. Only available in Grail.
Best regards
26 Jul 2023 03:33 PM
You're right, it's similar to your previous product idea. Thanks for sharing.
Indeed, Grail appears to be a viable solution. However, synthetic metrics are not supported in Grail yet... Maybe I should consider posting a product idea to accelerate the integration of these metrics into Grail 😊
26 Jul 2023 02:47 PM
You can post a product idea for that, to include tags as properties.
26 Jul 2023 03:07 PM
Good suggestion, @islam_zidan
Before the product idea is completed, are there any workarounds available to implement it?
26 Jul 2023 03:14 PM
Hi,
I do not see a way to do it without Grail.
Best regards
26 Jul 2023 03:39 PM
I don't think we have any workaround for that right now.