Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config for all the tenants at a time at runtime #3436

Open
KrishnaJyothika opened this issue Nov 20, 2024 · 0 comments
Open

Update config for all the tenants at a time at runtime #3436

KrishnaJyothika opened this issue Nov 20, 2024 · 0 comments

Comments

@KrishnaJyothika
Copy link

How to update any specific config parameter for all the tenants at a time at runtime.
For example I need to update max_total_query_length to 12h for tenant-a and max_total_query_length to 24h for rest of all the tenants. How can I setup this in runtime config?

I have tried using "*" but it is not working. It is working for the specific tenant not for all the tenants.

overrides:
'*':
compactor_blocks_retention_period: 10d
ingestion_rate: 0
max_global_series_per_user: 300
max_total_query_length: 24h
"tenant-a":
compactor_blocks_retention_period: 60d
ingestion_rate: 0
max_global_series_per_user: 10000
max_total_query_length: 12h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant