docs: consistency renaming: Influx -> InfluxDB

This commit is contained in:
Aliaksandr Valialkin
2021-09-13 17:04:28 +03:00
parent 143a3b34ee
commit 7f0a8d4bdb
18 changed files with 337 additions and 637 deletions

View File

@@ -256,7 +256,7 @@ func handlerWrapper(s *server, w http.ResponseWriter, r *http.Request, rh Reques
http.Error(w, errMsg, http.StatusServiceUnavailable)
return
case "/ping":
// This is needed for compatibility with Influx agents.
// This is needed for compatibility with InfluxDB agents.
// See https://docs.influxdata.com/influxdb/v1.7/tools/api/#ping-http-endpoint
status := http.StatusNoContent
if verbose := r.FormValue("verbose"); verbose == "true" {