File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
keps/sig-auth/3221-structured-authorization-configuration Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -449,14 +449,13 @@ total invocation counts across the following labels.
449
449
- ` name`
450
450
- ` code` {"incomplete_request", "bad_response"}
451
451
452
- 3. `apiserver_authorization_step_webhook_duration_total_seconds `
452
+ 3. `apiserver_authorization_step_webhook_duration_seconds `
453
453
454
- This metric will track the total round trip time of the requests to the webhook.
454
+ This is a Histogram metric that will track the total round trip time of the requests to the webhook.
455
455
456
456
Labels {along with possible values} :
457
457
- ` name`
458
- - ` code` {2xx, 4xx, 5xx}
459
- - ` decision` {Allow, Deny, NoOpinion}
458
+ - ` code` {"incomplete_request", "bad_response", "ok"}
460
459
461
460
4. `apiserver_authorization_step_webhook_error_total`
462
461
You can’t perform that action at this time.
0 commit comments