mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
remove extra space
This commit is contained in:
parent
28cd9fdb09
commit
489349152a
1 changed files with 0 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ var (
|
|||
func MetricsHandler() (http.HandlerFunc, error) {
|
||||
registry := metrics.NewKubeRegistry()
|
||||
|
||||
|
||||
errRegisterQueryLatency := registry.Register(queryLatency)
|
||||
if errRegisterQueryLatency != nil {
|
||||
return nil, errRegisterQueryLatency
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue