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