Skip to content
Snippets Groups Projects
Commit 28acc61f authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

Conversation.

parent 4cc0511d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -17,7 +17,19 @@ Consider [https://github.com/bitly/oauth2_proxy](https://github.com/bitly/oauth2
1. Audit trail
1. Role based access control
 
This is not multi-tenant Prometheus, Weaveworks is working on that.
This is not multi-tenant (multiple organization) Prometheus, Weaveworks is working on that.
Improbable runs it with a tenant label, expose only the query side to certain customers.
We assume one organization using one GitLab instance.
We need a user label for the scrape configuration.
Multi user and multi tenant is the same thing.
Read side is easy to build.
Write side is harder.
Prometheus can add a tenant label for a certain project.
We could do it like this in the GitLab Prometheus design if we use Omnibus.
We need a label matching proxy server.
Worth prototyping the read path.
 
## Packaging
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment