@@ -7,13 +7,15 @@ Multi-user Prometheus is a project to allows you to use one Prometheus instance
## Functionality
1. Query proxy that changes queries to be relevant for one user.
Consider https://github.com/bitly/oauth2_proxy as the basis of it since it already has OAuth and https support.
1. Add OAuth support
1. Maybe easy setup of https? [Google Doc that is internal to GitLab team members](https://docs.google.com/document/d/1ZXYfQH75CbzgLGQXJtIPn-2UsjHb0bICMj4Ibqc9bsQ/edit)
1. Query proxy that changes queries to be relevant for one user.
1. Make it work with auto deploy
1. Isolation of resource usage
1. Audit trail
1. Role based access control
1. Maybe easy setup of https? [Google Doc that is internal to GitLab team members](https://docs.google.com/document/d/1ZXYfQH75CbzgLGQXJtIPn-2UsjHb0bICMj4Ibqc9bsQ/edit)
This is not multi-tenant Prometheus, Weaveworks is working on that.