vpa: Follow Kubernetes logging guideline #6905
Labels
area/vertical-pod-autoscaler
kind/feature
Categorizes issue or PR as related to a new feature.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Which component are you using?:
vertical-pod-autoscaler
Is your feature request designed to solve a problem? If so describe the problem this feature should solve.:
Currently, the logging in the VPA components does not follow the best practices and guidelines which are followed in the K8s ecosystem. VPA, as a core K8s component, should follow sig-instrumentation's Logging guide.
For example, let's take
autoscaler/vertical-pod-autoscaler/pkg/updater/logic/updater.go
Line 220 in bd8153b
Describe the solution you'd like.:
Follow sig-instrumentation's Logging guide in the VPA's codebase.
Describe any alternative solutions you've considered.:
N/A
Additional context.:
N/A
The text was updated successfully, but these errors were encountered: