-
Notifications
You must be signed in to change notification settings - Fork 22
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
multitenancy #18
Comments
Ideas we had yesterday:
|
@pieterlexis suggested that the collectd protocol might be a better fit. It has usernames, signing and encryption. |
I feel that a metronome instance per user provides a lot of benefits (including scalaibility to multiple machines), if we write decent front end proxies:
|
Extra benefit of per-user instances: no risk that a parsing mistake in the proxy exposes data from user A to user B. |
for the carbon input, IP whitelists only, as the prefix (and the data 😢 ) is sent in cleartext |
Agreed. Now we just have to type it in! |
We strongly suspect this can be fully done using haproxy, without writing any code. Pieter will prototype :) |
Support users/groups, either by making it easy to run multiple metronomes, or writing actual code.
The text was updated successfully, but these errors were encountered: