Hi,
I want to use Grafana to visualize some data from my InfluxDB (v2.0).
I have already connected both of them but I have 2 questions:
- For a standard query (Flux) I’m getting a label as a full JSON from the Influx - is there any possibility to parse it into a more “beauty” format?
- In the dashboard of the InfluxDB I can use the directive
import
to load additional packages. Is it possible to use them too from Grafana? Actually, I’m getting an error about unrecognized function “import”.