BetterStackHQ / logs-helm-chart

Send Kubernetes logs and metrics to Better Stack.
https://betterstack.com/logs
MIT License
5 stars 3 forks source link

Prevent Vector from panicking and crashing, support more units in metrics #10

Closed PetrHeinz closed 2 months ago

PetrHeinz commented 2 months ago

Closes #6 , resolves #8

Apologies for the delay in addressing the issue 🙌

The occasional crashes of Vector container were caused by Vector panicking when encountering unsupported units in metrics-server output. This PR builds on top of #6 with some conversion and error handling issues addressed.

Thanks a lot for the contribution, @xavierleune