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:
@@ -0,0 +1,6 @@
|
||||
package influxdb
|
||||
|
||||
const (
|
||||
influxVersionFlux = "Flux"
|
||||
influxVersionInfluxQL = "InfluxQL"
|
||||
)
|
||||
Reference in New Issue
Block a user