File tree 1 file changed +6
-6
lines changed
content/en/docs/reference/labels-annotations-taints
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -79,22 +79,22 @@ Example: `apiserver.latency.k8s.io/etcd: "4.730661757s"`
79
79
This annotation indiactes the measure of latency incurred inside the storage layer,
80
80
it accounts for the time it takes to send data to the etcd and get the complete response back.
81
81
82
- Please note that it does not include the time incurred in admission, or validation.
82
+ The value of this audit annotation does not include the time incurred in admission, or validation.
83
83
84
84
## apiserver.latency.k8s.io/decode-response-object
85
85
86
86
Example: ` apiserver.latency.k8s.io/decode-response-object: "450.6649ns" `
87
87
88
- This annotation records the decoding time of response object.
88
+ This annotation records the time taken to decode the response received from the storage layer (etcd)
89
89
90
90
## apiserver.latency.k8s.io/apf-queue-wait
91
91
92
- Example: ` apiserver.latency.k8s.io/apf-queue-wait: "" `
92
+ Example: ` apiserver.latency.k8s.io/apf-queue-wait: "100ns " `
93
93
94
- This annotation records the time spent waiting in APF queue .
94
+ This annotation records the time that a request spent queued due to API server priorities .
95
95
96
- See [ API Priority and Fairness] (/docs/concepts/cluster-administration/flow-control/)
97
- for more information regarding the APF feature
96
+ See [ API Priority and Fairness] ( /docs/concepts/cluster-administration/flow-control/ ) (APF )
97
+ for more information about this mechanism.
98
98
99
99
## authorization.k8s.io/decision
100
100
You can’t perform that action at this time.
0 commit comments