We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e2b22 commit 5f17accCopy full SHA for 5f17acc
pkg/webhook/internal/metrics/metrics.go
@@ -30,7 +30,7 @@ var (
30
Name: "controller_runtime_webhook_latency_seconds",
31
Help: "Histogram of the latency of processing admission requests",
32
},
33
- []string{"webhook", "code"},
+ []string{"webhook"},
34
)
35
36
// RequestTotal is a prometheus metric which is a counter of the total processed admission requests.
0 commit comments