Fix admission controller logging of admissionTime and testedConfigurationSize

This commit is contained in:
Luca Berneking 2024-03-11 15:29:56 +01:00 committed by GitHub
parent 9c384c7eb8
commit fa17a7be3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -151,7 +151,7 @@ func (am *AdmissionCollector) SetAdmissionMetrics(testedIngressLength, testedIng
testedIngressTime,
renderingIngressLength,
renderingIngressTime,
ByteFormat(int64(testedConfigurationSize)),
admissionTime,
ByteFormat(int64(testedConfigurationSize)),
)
}