canonical / cos-proxy-operator

https://charmhub.io/cos-proxy
Apache License 2.0
2 stars 12 forks source link

Stop probing Loki #118

Closed dstathis closed 8 months ago

dstathis commented 8 months ago

There is no need to probe the endpoints. Vector will be find if the endpoints do not respond and it will retry forwarding the logs.

Issue

Fixes #85

Solution

Stop trying to probe the Loki endpoints.

Testing Instructions

Not sure testing is needed but if you want you can try relating cos-proxy with loki-k8s and attempt to cause issues.

Release Notes

Fixed a bug where probing of loki could cause cos-proxy to crash.