@@ -480,11 +480,11 @@ It will track total invocation counts across the following labels.
480
480
481
481
- ` name` {<authorizer_name>}
482
482
- value matches the configuration `name` field
483
- - ` code ` {canceled, timeout, error, ok }
483
+ - ` result ` {canceled, timeout, error, success }
484
484
- `canceled` : the call invoking the webhook request was canceled
485
485
- `timeout` : the webhook request timed out
486
486
- `error` : the webhook response completed and was invalid
487
- - `ok ` : the webhook response completed and was well-formed
487
+ - `success ` : the webhook response completed and was well-formed
488
488
489
489
3. `apiserver_authorization_webhook_duration_seconds`
490
490
@@ -493,11 +493,11 @@ This is a Histogram metric that will track the total round trip time of the requ
493
493
Labels {along with possible values} :
494
494
- ` name` {<authorizer_name>}
495
495
- value matches the configuration `name` field
496
- - ` code ` {canceled, timeout, error, ok }
496
+ - ` result ` {canceled, timeout, error, success }
497
497
- `canceled` : the call invoking the webhook request was canceled
498
498
- `timeout` : the webhook request timed out
499
499
- `error` : the webhook response completed and was invalid
500
- - `ok ` : the webhook response completed and was well-formed
500
+ - `success ` : the webhook response completed and was well-formed
501
501
502
502
4. `apiserver_authorization_webhook_evaluations_fail_open_total`
503
503
@@ -508,7 +508,7 @@ Labels {along with possible values}:
508
508
509
509
- ` name` {<authorizer_name>}
510
510
- value matches the configuration `name` field
511
- - ` code ` {timeout, error}
511
+ - ` result ` {timeout, error}
512
512
- `timeout` : the webhook request timed out
513
513
- `error` : the webhook response completed and was invalid
514
514
0 commit comments