You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We deploy various applications in our testing pipelines and for each release we configure it with a sidecar that sends logs / metrics to separate tenant (let's say "app_version_xx").
We use shared mimir stack that is used for other purposes so default retention is set to 30 days, but for these adhoc tenants we want to set it to something shorter like 1day.
Each time we run pipeline, currently we need to log into kubernetes cluster, edit config map with runtime settings, add proper setting with an extra care for indentation (a mistake in this file, can render file to no longer reloading itself with a warning message in logs (which is good)).
We automated this, but we miss general API for reading / changing runtime settings. API that would work on json.
Which solution do you envision (roughly)?
having an API that returns json for reading runtime settings for all tenants / single tenant
having an API for setting runtime setting for tenant
Have you considered any alternatives?
We work on configmap with runtime settings directly, but it's error prone.
Any additional context to share?
No response
How long do you think this would take to be developed?
Small (<= 1 month dev)
What are the documentation dependencies?
No response
Proposer?
No response
The text was updated successfully, but these errors were encountered:
What is the problem you are trying to solve?
We deploy various applications in our testing pipelines and for each release we configure it with a sidecar that sends logs / metrics to separate tenant (let's say "app_version_xx").
We use shared mimir stack that is used for other purposes so default retention is set to 30 days, but for these adhoc tenants we want to set it to something shorter like 1day.
Each time we run pipeline, currently we need to log into kubernetes cluster, edit config map with runtime settings, add proper setting with an extra care for indentation (a mistake in this file, can render file to no longer reloading itself with a warning message in logs (which is good)).
We automated this, but we miss general API for reading / changing runtime settings. API that would work on json.
Which solution do you envision (roughly)?
Have you considered any alternatives?
We work on configmap with runtime settings directly, but it's error prone.
Any additional context to share?
No response
How long do you think this would take to be developed?
Small (<= 1 month dev)
What are the documentation dependencies?
No response
Proposer?
No response
The text was updated successfully, but these errors were encountered: