Fix admission controller logging of admissionTime
and testedConfigurationSize
(#11089)
This commit is contained in:
parent
9480cde724
commit
a2f67e2ba6
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ func (am *AdmissionCollector) SetAdmissionMetrics(testedIngressLength, testedIng
|
|||
testedIngressTime,
|
||||
renderingIngressLength,
|
||||
renderingIngressTime,
|
||||
ByteFormat(int64(testedConfigurationSize)),
|
||||
admissionTime,
|
||||
ByteFormat(int64(testedConfigurationSize)),
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue