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

Feature: Add support for tenants #78

Open
mr-karan opened this issue Nov 30, 2021 · 5 comments
Open

Feature: Add support for tenants #78

mr-karan opened this issue Nov 30, 2021 · 5 comments
Assignees

Comments

@mr-karan
Copy link

Would it be possible to add Multi-Tenancy support similar to https://grafana.com/docs/loki/latest/operations/multi-tenancy/ ?

The way I am thinking for this to work is:

  • Get the X-Org-ID header from request
  • Insert the logs to cloki_<tenant>.* tables (one db/tenant)

Loki actually uses a common Index store for all tenants, but chunk store is separated. We could follow the same or IMHO, a separate DB per tenant would provide more isolation.

@lmangani
Copy link
Collaborator

Hi @mr-karan this is not currently in scope yet, but will surely become an item in the future as we stabilize core features

@bzed
Copy link

bzed commented May 12, 2023

Hi @lmangani @akvlad - any news on this? That would be relly useful for use.

@lmangani
Copy link
Collaborator

lmangani commented May 12, 2023

Hello @bzed we currently offer multitenancy (as well as full promql support, faster performance, and other features) on https://qryn.cloud and on-prem deployments powered by qryn-go, which will be released once we secure funding the project development short of any sponsors jumping in.

@bzed
Copy link

bzed commented Jun 27, 2023

@lmangani cloud is for various reasons absolutely not an option for us. Could you give us some details about funding and in which state the project is?

@lmangani
Copy link
Collaborator

@bzed thanks for asking - we're getting there! We're redesigning qryn-js to be fully based on OTEL collector and once that's one, partitioning is back on the table. Until then Id you'd like to support the project PM me, you can also license and run qryn.cloud on prem w/ full featured partitioning

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

No branches or pull requests

4 participants