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

Data Explorer - Metric Report with Entity tags

sueweng
Observer

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!

 

8 REPLIES 8

AntonPineiro
DynaMight Guru
DynaMight Guru

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

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

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 

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

@AntonPineiro 

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 😊

islam_zidan
Champion

You can post a product idea for that, to include tags as properties.

Dynatrace Certified Professional - Dynatrace Partner - Yourcompass.ca

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

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

I don't think we have any workaround for that right now.

Dynatrace Certified Professional - Dynatrace Partner - Yourcompass.ca

Featured Posts