Hello,
I have panel with state timeline. This timeline shows metric status for every 15 minutes. I want to add data link to dashboard with details, the problem is that I am unable to get end time of interval.
I use Postgres data source. Format table.
In data link I use ${__data.fields["Start time"]}
and ${__data.fields["End time"]}
. The first one works well, but the end time is empty.
I try to use format Time series too. But then it shows “status” for end time in vizualization too. Then the variable works, but when I hide the field in vizualization, it stops work again.
So how I can get value of field “End time”?