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

Support multi tenancy #70

Open
gklijs opened this issue Jun 26, 2024 · 0 comments
Open

Support multi tenancy #70

gklijs opened this issue Jun 26, 2024 · 0 comments
Labels
Backend This issue contains backend changes Type: Enhancement

Comments

@gklijs
Copy link

gklijs commented Jun 26, 2024

Enhancement Description

Support multi tenancy applications better

Current Behaviour

A lot of information is missing, for example the serializer. Likely all the statistics are also combined.

multi

Wanted Behaviour

Everything works well with multi-tanency. I'm not sure how far we should go. I can imagine it would be great if metrics are per tenant, this would also increase handler count. And if alerts can be set per tennant. Ideally we could add features like 'remove all data from this tenant'. It's a slippery scope and doing this fully also requires changes to other services, like console-web and console-monitoring likely.

Possible Workarounds

Leave it how it is, but it creates a bad impression, minimally we should add the serializer property, which should be easy with some reflection magic.

@gklijs gklijs added Type: Enhancement Backend This issue contains backend changes labels Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend This issue contains backend changes Type: Enhancement
Projects
None yet
Development

No branches or pull requests

1 participant