07 Mar 2025
12:42 PM
- last edited on
10 Mar 2025
07:34 AM
by
MaciejNeumann
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!
07 Mar 2025 08:26 PM
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.