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

Migrating 3rd Party Synthetics to Grail for Dashboarding

wmisenhe
Observer

Hello

I have a 3rd party synthetic classic dashboard that I am trying to get to reflect in the new dashboard version. In the migration walkthrough there are some that are not migrated yet. How can I use the SDK to convert something like:

builtin:synthetic.external.availability.location.total:splitBy("dt.entity.external_synthetic_test"):sort(value(auto,ascending)):limit(100)

or
builtin:synthetic.external.errorDetails:splitBy("dt.entity.external_synthetic_test_step","dt.entity.external_synthetic_test","Error Code"):sort(value(auto,descending)):limit(100)

into the new dashboards? I am new to using the SDK for this use case. Thank you in advance!

 

1 REPLY 1

marco_irmer
Helper

You can recreate any panels that didn't convert automatically using DQL with the timeseries command. In the case of third party synthetics, I believe the corresponding Grail metric is 'dt.synthetic.third_party.availability'. I hope this helps.

Featured Posts