*: add additional prometheus metrics, remove unusable high entropy metrics
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -59,7 +59,7 @@ func (ws *WebServer) configureProxy() {
|
||||
}
|
||||
}
|
||||
Requests.With(prometheus.Labels{
|
||||
"dest": "py",
|
||||
"dest": "core",
|
||||
}).Observe(float64(time.Since(before)))
|
||||
r.Body = http.MaxBytesReader(rw, r.Body, 32*1024*1024)
|
||||
rp.ServeHTTP(rw, r)
|
||||
|
||||
Reference in New Issue
Block a user