Filip Petkovski
Filip Petkovski
One downside of using load balancing from gRPC is that dns resolution is done once during startup and is cached for a very long time, potentially forever. Addresses will be...
cc @saswatamcode @SrushtiSapkale
I am not sure what the status of the LFX project is, but this could be a short term solution that gets us unblocked until we have a better implementation.
Would changing the limits require receivers to be redeployed?
Yeah I think config reloading will be more than a nice to have for this feature. Large receiver deployments can take hours to rollout, so we should try to speed...
The service created by the Operator is merely used for stable pod network identities and should not be used for sending traffic directly to it. As a matter of fact,...
Having something like this would be great for using Queriers with Prometheus sidecars. However, I think it can be a big pitfall when federating multiple queriers through a single query...
Looks like this PR is not ready for review. Does it make sense to focus efforts there @ahayworth ?
Seems to be this function: https://github.com/thanos-io/thanos/blob/main/pkg/receive/handler.go#L815
Thanks for the fix. Could you try making the change [here](https://github.com/prometheus-operator/prometheus-operator/blob/main/pkg/apis/monitoring/v1alpha1/alertmanager_config_types.go#L847) and then run `make generate`?