estafette / estafette-k8s-hpa-scaler

Kubernetes controller to set minimum replicas from a Prometheus query on annotated HorizontalPodAutoscalers to avoid collapsing deployments in case of errors
https://helm.estafette.io
MIT License
10 stars 6 forks source link

Log queryresponse as string instead of object #15

Closed JorritSalverda closed 4 years ago

JorritSalverda commented 4 years ago

It causes trouble with our internal v3 log format; it should put any structured data nested in a payload field, however the zerolog library is not able to do this on a global level.