Skip to content

Commit

Permalink
update policy preemption proposals
Browse files Browse the repository at this point in the history
Signed-off-by: whitewindmills <[email protected]>
  • Loading branch information
whitewindmills committed Aug 3, 2023
1 parent 01ff4eb commit fae60fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/proposals/scheduling/policy-preemption/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Also, we need to add a preemption logic. The overall process is shown in the pic
For each preemption operation, the component needs to have a corresponding metrics record. For metrics, we will record the total number of times
a resource template is preempted. And we will use events to reflect the details of each preemption operation.

For example, preemption_counts_total{namespace=default, name=nginx} 4.
For example, policy_preemption_total{result=success} 4.

#### karmada-webhook

Expand Down

0 comments on commit fae60fa

Please sign in to comment.