Commit 1d679589 authored by Simon Pastor's avatar Simon Pastor
Browse files

renamed timeBegin and timeEnd to startTime and stopTime

parent f842b557
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -94,8 +94,8 @@ func getMetrics(w http.ResponseWriter, r *http.Request, msgType string, dst stri
	}
	u, _ := url.Parse(r.URL.String())
	q := u.Query()
	timeBegin := q.Get("timeBegin")
	timeEnd := q.Get("timeEnd")
	timeBegin := q.Get("startTime")
	timeEnd := q.Get("stopTime")

	//default values
	if timeBegin == "" {