mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 01:08:47 +02:00
api: remove service health from prometheus, implement godoxy metrics
This commit is contained in:
@@ -60,7 +60,7 @@ func PeriodicWS(cfg config.ConfigInstance, w http.ResponseWriter, r *http.Reques
|
||||
return
|
||||
case <-ticker.C:
|
||||
if err := do(conn); err != nil {
|
||||
LogError(r).Msg(err.Error())
|
||||
HandleErr(w, r, err)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user