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.
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
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
Hi, agree with @islam_zidan.
I think it is similar to this product idea. Only available in Grail.
Best regards
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 😊
You can post a product idea for that, to include tags as properties.
Good suggestion, @islam_zidan
Before the product idea is completed, are there any workarounds available to implement it?
Hi,
I do not see a way to do it without Grail.
Best regards
I don't think we have any workaround for that right now.
Featured Posts