Ivan Rizzante
Ivan Rizzante
Ok @joe-elliott thank you, I see that #1873 was merged when is it going to be released?
Ok thank you I'm going to close this then
@Duologic the article you linked is more or less what I have already put in place. Anyway there are cases where the data cannot be just put statically in a...
I've tried `--receive.split-tenant-label-name` too but it's not working. Thanos is deployed with Bitnami Helm Chart, here is the receive configuration: ``` - receive - --log.level=info - --log.format=logfmt - --grpc-address=0.0.0.0:10901 -...
So, if I understand, it's impossible to use the `--receive.tenant-label-name="tenant_id"` because `tenant_id` is a reserved label?
Also, Receive is adding a `tenant` label along with `tenant_id` in the tsdb metrics, is this expected?
See also https://github.com/argoproj/argo-cd/issues/17610, it's not possible to use templating in selectors either. Don't know if it may be related to this. I've tried to do something like https://github.com/argoproj/argo-cd/issues/16830#issuecomment-2088750814 but it...