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

How to Safely Transition from Single-Tenant to Multi-Tenant in Loki without Impacting Existing Services? #15193

Open
soonyubi opened this issue Nov 30, 2024 · 0 comments

Comments

@soonyubi
Copy link

We are operating a service where we use Grafana, Loki, and OpenTelemetry to collect and visualize logs. In our current production environment, we are using single-tenant mode with auth_enabled: false.

Now, we are planning to switch to multi-tenant mode by enabling auth_enabled: true. However, we are concerned about potential issues that may arise from this change.

For example, when switching to multi-tenancy, will existing data still be accessible in Grafana, or will we need to update all data sources with the appropriate header values (like X-Scope-OrgID)?

What are the best practices to safely transition from single-tenant to multi-tenant mode in Loki, ensuring that our monitoring services remain unaffected during the deployment process?

We would greatly appreciate any advice or recommendations based on similar experiences.

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