feat(telemetry): update redirection website for telemetry information
parent
f7418fc944
commit
93f4954da1
|
@ -61,7 +61,7 @@ func (p *PushGateway) Handler(w http.ResponseWriter, r *http.Request) {
|
||||||
// this collected data.
|
// this collected data.
|
||||||
switch r.Method {
|
switch r.Method {
|
||||||
case http.MethodGet, http.MethodHead:
|
case http.MethodGet, http.MethodHead:
|
||||||
http.Redirect(w, r, "https://www.influxdata.com/legal/data-processing-agreement/", http.StatusSeeOther)
|
http.Redirect(w, r, "https://www.influxdata.com/telemetry", http.StatusSeeOther)
|
||||||
return
|
return
|
||||||
case http.MethodPost, http.MethodPut:
|
case http.MethodPost, http.MethodPut:
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue