In timescaledb i have metrics stored in jsonb datatype.
How do I parse and visualize with grafana.
Manual writing an sql query which first presents good as a table.
- Using the ‘->’ operator to extract the values.
- Converting these values to ::NUMERIC type solved the problem.