Skip to content
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

Allow for SLO-Grouping by e.g. Prefix #4

Open
szczepad-colenio opened this issue Nov 8, 2024 · 1 comment
Open

Allow for SLO-Grouping by e.g. Prefix #4

szczepad-colenio opened this issue Nov 8, 2024 · 1 comment

Comments

@szczepad-colenio
Copy link
Contributor

It should be possible to Group SLOs e.g. related to performance or availability, so that a summarized metric is shown.

E.g. the metrics
availability-google-com | 99%
availability-zalando-com | 99%
availability-test-com | 90%

Should result in a availability-Metric with 96%

@mkoertgen
Copy link
Member

What would be the resulting promql?

Next, what would be the aggregate? From the example, it looks like assuming the standard average (and even weights).

It is likely that one would want to specify that Availability of 1) "google.com" will be more critical than that of 2) "zalando.com", which in turn will again be more critical than that of 3) "test.com".

Would it not be possible to express the slo by label and use pyrra-grouping-feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants