InfluxDB: move datasource health check to backend (#52668)

* Move datasource health check to backend

* Introduce healthcheck unit tests

* Remove unused method
This commit is contained in:
ismail simsek
2022-07-28 12:06:09 +02:00
committed by GitHub
parent 532741a8fe
commit 2f9636e698
7 changed files with 313 additions and 93 deletions
+6
View File
@@ -0,0 +1,6 @@
package influxdb
const (
influxVersionFlux = "Flux"
influxVersionInfluxQL = "InfluxQL"
)