Filip Petkovski
Filip Petkovski
Could you mount a different directory into each prometheus instance?
Could you also show how the fsx PersistentVolume looks like?
Thanks. Looking at the whole picture, it does seem that the only way to mount a different directory is through the `subPath` in the `volumeMount`. On the other hand, I...
Can you use the `podMonitorSelector` and `serviceMonitorSelector` fields on the `Prometheus` object instead?
Currently the prometheus operator cannot configure basic auth for the prometheus HTTP endpoints. There are two options I see * Configure mutual TLS: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#webtlsconfig * Configure basic auth (or any...
We are always looking for contributors and if you are interested in implementing the feature, I'd be more than happy to help with reviewing PR and answering any questions you...
Instead of directly changing probes, we should consider either baking in a startup probe with a long threshold, or exposing a field like `startupFailureThreshold` in the spec itself.
I think we might be able to catch this with a good enough test. For clarification, do you only see this when running separate receivers and ingesters? You could run...
This can also be a bug in how we verify quorum during replication: https://github.com/thanos-io/thanos/blob/main/pkg/receive/handler.go#L438 The actual formula should be ``` (ReplicationFactor + 1) / 2 ``` So with replication factor...
Hello, you can try enabling debug logs in the querier to help troubleshoot the problem.