I have the following data:
https://try.jsonata.org/eDdhHKUYj
I am trying to extract the newest_change_point
. In Grafana, I am using UQL like this:
parse-json
jsonata "$.newest_change_point.{'time': time,'metric': metric,'index': index,'forward_change_percent': forward_change_percent,'magnitude': magnitude,'mean_before': mean_before,'stddev_before': stddev_before,'mean_after': mean_after,'stddev_after': stddev_after,'pvalue': pvalue}"
However, I’m wondering why the panel/table shows the data as raw JSON:
Above, there is another panel with two records, and the table displays correctly.