Skip to content

Commit 36e798b

Browse files
committed
edited as per Reviews
Signed-off-by: Ritikaa96 <[email protected]>
1 parent f83013d commit 36e798b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/en/docs/reference/labels-annotations-taints/audit-annotations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,22 +79,22 @@ Example: `apiserver.latency.k8s.io/etcd: "4.730661757s"`
7979
This annotation indiactes the measure of latency incurred inside the storage layer,
8080
it accounts for the time it takes to send data to the etcd and get the complete response back.
8181

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.
8383

8484
## apiserver.latency.k8s.io/decode-response-object
8585

8686
Example: `apiserver.latency.k8s.io/decode-response-object: "450.6649ns"`
8787

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)
8989

9090
## apiserver.latency.k8s.io/apf-queue-wait
9191

92-
Example: `apiserver.latency.k8s.io/apf-queue-wait: ""`
92+
Example: `apiserver.latency.k8s.io/apf-queue-wait: "100ns"`
9393

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.
9595

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.
9898

9999
## authorization.k8s.io/decision
100100

0 commit comments

Comments
 (0)