Signed-off-by: Avesh Rai <avesh.rai@nokia.com>
This commit is contained in:
Avesh Rai 2024-08-21 13:17:28 +05:30
parent 2721b4695d
commit ad919c0901

View file

@ -182,11 +182,8 @@ var (
})
)
<<<<<<< HEAD
=======
>>>>>>> 669294386ef7435da8b1bc695d05e309053dea5a
func requestHandler(w http.ResponseWriter, r *http.Request) bool {
path := strings.Replace(r.URL.Path, "//", "/", -1)
@ -240,7 +237,6 @@ func requestHandler(w http.ResponseWriter, r *http.Request) bool {
}
}
var slowQueries *metrics.Counter
if *logSlowQueryDuration > 0 {
actualStartTime := time.Now()
defer func() {