-
Notifications
You must be signed in to change notification settings - Fork 166
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
Add docs about timeslice SLI #3604
Conversation
A documentation preview will be available soon: |
This pull request does not have a backport label. Could you fix it @dedemorton? 🙏
|
TODO: Use example suggested by Francismara S: "Here's one timeslice example i could think of. In this scenario, i'm creating an SLO for a Kubernetes Statefulset, i'm retrieving the last values of both kubernetes.statefulset.replicas.ready and kubernetes.statefulset.replicas.observed. Then, I'm using the equation A == B ? 1 : 0, where A represents the number of ready replicas and B represents the number of observed replicas. This equation returns 1 if the condition A == B is true (indicating the same number of replicas) and 0 otherwise. The condition is when this equation evaluates to a value less than 1." Screenshot 2024-02-14 at 13.37.31.png |
03504c6
to
e9d7b21
Compare
e9d7b21
to
164815d
Compare
(cherry picked from commit 2311c5e)
(cherry picked from commit 2311c5e)
(cherry picked from commit 2311c5e) Co-authored-by: DeDe Morton <[email protected]>
(cherry picked from commit 2311c5e) Co-authored-by: DeDe Morton <[email protected]>
Closes #3580 for stateful docs.
Also updates "Partition by" to "Group by" to match the 8.12 UI.
A couple of thoughts: