Hi, has anyone linked Grafana to ARTIQ? I think I have InfluxDB set up correctly, but I don't know how to proceed with getting it to read database.
Grafana Integration
There are two parts to this:
- Sending ARTIQ updates into InfluxDB. This is done with the InfluxDB bridge in artiq-comtools.
- Linking Grafana to InfluxDB.
Which part do you need help with?
The artiq_influxdb tool connects simultaneously to the ARTIQ master and to the InfluxDB server. Port 3248 is simply used for controlling the bridge after it has been started (e.g. terminating it, or modifying the filter). Please see the output of artiq_influxdb -h
and let me know if you have further questions.
I moved it into the artiq-comtools package in ARTIQ-5 - install it.
Boolean, integer, float, and string data types will be sent into InfluxDB using the native InfluxDB data type and e.g. floats can be then plotted in Grafana. Other types are not well supported and the PYON representation is sent instead into InfluxDB; I don't think Grafana can do something useful with them.
Hi,
I am confused here. I have this ARTIQ system in our lab, but couldn't connect it to the computer. Where should I start with? Where can I get this software? How does this interaction work? Can somebody help me?