Fix admission controller logging of admissionTime and testedConfigurationSize (#11089)

This commit is contained in:
Luca Berneking 2024-03-12 14:51:08 +01:00 committed by GitHub
parent 9480cde724
commit a2f67e2ba6
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, testedIngressTime,
renderingIngressLength, renderingIngressLength,
renderingIngressTime, renderingIngressTime,
ByteFormat(int64(testedConfigurationSize)),
admissionTime, admissionTime,
ByteFormat(int64(testedConfigurationSize)),
) )
} }