mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
Vmselect slow query https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5134
Signed-off-by: Avesh Rai <avesh.rai@nokia.com>
This commit is contained in:
parent
2721b4695d
commit
ad919c0901
1 changed files with 0 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue