-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
mixin: Introduce flexible multi-cluster/namespace mode for alerts and dashboards #3867
Comments
Basically we should setup Thanos with systemd once and check that the mixin works as expected. |
Aside from removing kubernetes labels .. is there really anything else we can do other than allowing the user to specify what label(s) make two clusters distinct? |
We'll definitely let them specify the labels and maybe we can provide a way to introduce different hierarchies that would both work for alerts and dashboards (e.g region, cluster, namespace etc). Basically, let them specify a layer. From that, we can inject a variable, a dropdown to dashboards and inject selectors/aggregators to alerts. |
Makes sense 👍 |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Done. |
This would be useful for users who don't use Kubernetes. In the current state of mixin we assume, there's a namespace label for all metrics. This is a Kubernetes term, it'd be better to be environment agnostic.
cc @metalmatze @brancz
The text was updated successfully, but these errors were encountered: