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

code_verb:apiserver_request_total:increase30d does not perform sum by cluster #916

Open
lorenzofelletti opened this issue Apr 26, 2024 · 0 comments

Comments

@lorenzofelletti
Copy link

lorenzofelletti commented Apr 26, 2024

Whilst all rules in kube-apiserver-availability.rules group performs a sum by cluster operation, code_verb:apiserver_request_total:increase30d does not.

I'm referring to this specifically:

          {
            record: 'code_verb:apiserver_request_total:increase%s' % SLODays,
            expr: |||
              avg_over_time(code_verb:apiserver_request_total:increase1h[%s]) * 24 * %d
            ||| % [SLODays, $._config.SLOs.apiserver.days],
          },

Is that a bug, or is there a reason for it?

@lorenzofelletti lorenzofelletti changed the title code_verb:apiserver_request_total:increase30d does not perform sub by cluster code_verb:apiserver_request_total:increase30d does not perform sum by cluster Apr 26, 2024
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

1 participant