-
Notifications
You must be signed in to change notification settings - Fork 177
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
variable grouping #277
Comments
Sorry for the Spam @cznewt, I already reported to Github. |
Thank you @slok did you think about having a grouping by variable? nodes/handlers/services |
Yes, that's something that happens at the Prometheus level. You need to have the correct queries. In the past, I had some custom dashboards for the grouping of some SLOs that I knew they exists. The problem is the discovery of the unknown grouping labels, and having them on the generic dashboards. Let me know how it goes, maybe we should add a section on the docs for this purpose or use case. Thanks, @cznewt! |
Guys, I have the same need, for example, I have 100 microservices, on 5 environments, which generate +- 10k of rules. For example doesn't specify my service, using one by service_name on "istio". |
Hey everyone, I would also be interested in a solution for this. We have lots of Kafka Clusters, each in their own namespace. Would be great to be able to filter by namespace. Edit: adding "by (namespace)" works now, don't know what went wrong the first time ... |
Hi @bthdimension! There is no solution yet, however, I'm already thinking about how to tackle this problem, without being complex for the user. |
To add to the discussion, having a way to keep a Prometheus label as part of the aggregation would also help with keeping some extra labels in alerts. For example I have some "environment" or "tenant_id" labels that I would like to keep in the alerts for routing purpose without having to explicitly set them in each alert definition. |
Is it possible to make aggregations
by (var)
like for server availability to havehostname
as grouping key?So we can calculate SLO per server? I have done update in queries, the boards not cope with it well, but I'm curious if this can work conceptually, I can update the boards to handle grouping vars.
The text was updated successfully, but these errors were encountered: