earthobservations / luftdatenpumpe

Acquire and process live and historical air quality data without efforts. Filter by station-id, sensor-id and sensor-type, apply reverse geocoding, store into time-series and RDBMS databases, publish to MQTT, output as JSON, or visualize in Grafana. Data sources: Sensor.Community (luftdaten.info), IRCELINE, and OpenAQ.
https://luftdatenpumpe.readthedocs.io/
GNU Affero General Public License v3.0
34 stars 3 forks source link

Use HTTP POST when creating the InfluxDB datasource #14

Closed amotl closed 4 years ago

amotl commented 4 years ago

Users reported at [1] that using the GET method for the InfluxDB datasource might yield errors like Grafana panel URI length exceeded when accessing InfluxDB.

So, we have been asked to

maybe you can adapt luftdatenpumpe to set the HTTP method to POST by default when creating the Grafana Influx datasource?

Thanks for bringing this up!

[1] https://source.irceline.be/corona-eu/luftdatenpumpe/issues/13