docs: consistency renaming: Influx -> InfluxDB

This commit is contained in:
Aliaksandr Valialkin
2021-09-13 17:04:28 +03:00
parent 101cdef0a7
commit 184e145570
17 changed files with 250 additions and 450 deletions

View File

@@ -252,7 +252,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" {