Kevin Delemme
Kevin Delemme
This PR fixes https://github.com/elastic/kibana/issues/102983. We were building the reason correctly for percentage metrics but not for non percentage ones, e.g. `system.load.1`. This PR handles the case of non percentage metrics....
Create User Management: - Register new user - List users (Admin only) - Edit users (Admin only) - Delete users (Admin only) - Add ACL (Administrator users vs Registered users)...
## 📝 Summary Part of #137323 We currently have some duplication of types between the model definition (under `/types/models`) and the API definition (under `/types/schema`). We could introduce some common...
## 📝 Summary Part of #137323 The resources created for the SLO rollup data are versioned but we need to come up with a migration plan when we introduce a...
## 📝 Summary Part of #137323 Handle transient error with esClient api calls ## ✅ Acceptance Criteria - [ ] transient error are retried up to a limit
## 📝 Summary Part of #137323 Create a new endpoint to get an SLO details by its id, e.g. `GET /observability/slos/{uuid}` This API should return the basic details of the...
## 📝 Summary Part of #137323 Wait for RFC https://docs.google.com/document/d/1fiMjiKJSQVuh6h4-lRsqRl0_fN5XuplgDeo444yE3bE/edit# ## ✅ Acceptance Criteria
Resolves https://github.com/elastic/kibana/issues/170605 ## 🍒 Summary This PR fetches the related SLO rules on the details page, and use the first rule defined windows to setup the burn rate charts windows...