Fix admission controller logging of admissionTime
and testedConfigurationSize
(#11114)
Co-authored-by: Luca Berneking <luca@berneking.net>
This commit is contained in:
parent
f118d67042
commit
0f9df16424
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