Comunication between grafana and influxDB

Hi, im using grafana v9.3.6 in a WAGO compact controller 100 which has linux operating system with an armv7l processor.

Im trying to send data from Grafana to influxDB.

The way I’m trying to do this is by creating a “text box” variable in Grafana named s_p, and I need the value of the text box to be stored in InfluxDB. But I don’t know how to access to that variable or the value of s_p.

I’ve been trying by using the CLI of influxDB with the commands:
INSERT my_measurement,measure_tag=measurement value=‘${s_p}’
but it doesn’t show the actual value of s_p

In brief, I want to implement the solution for MySQL given in:

But for InfluxDB

1 Like