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

[SLO] Add Group by remote in the SLO Overview embeddable #181005

Closed
mgiota opened this issue Apr 17, 2024 · 1 comment · Fixed by #181006
Closed

[SLO] Add Group by remote in the SLO Overview embeddable #181005

mgiota opened this issue Apr 17, 2024 · 1 comment · Fixed by #181006
Assignees
Labels
Team:obs-ux-management Observability Management User Experience Team v8.14.0

Comments

@mgiota
Copy link
Contributor

mgiota commented Apr 17, 2024

🍒 Summary

After implementing federated views a new group by Remote option was added in the SLO Overview page. In the SLO Overview Group embeddable that was recently introduced as part of this PR user can group by Tags, Status or SLI indicator type. We would like to add the group by Remote option to the Overview embeddable as well.

✔️ Acceptance criteria

  • Include the group by Remote option in the SLO overview embeddable
Screen.Recording.2024-04-17.at.11.04.22.mov
@mgiota mgiota self-assigned this Apr 17, 2024
@mgiota mgiota added the Team:obs-ux-management Observability Management User Experience Team label Apr 17, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)

@mgiota mgiota added the v8.14.0 label Apr 17, 2024
mgiota added a commit that referenced this issue Apr 17, 2024
Fixes #181005
Fixes #181014

This PR adds the group by remote option in the SLO Overview embeddable.
It also fixes a bug with filtering in a grouped view, which would return
no results (both in SLO Overview page and SLO Overview embeddable).

## How to test

**Scenario**: User wants to have an embeddable in their Dashboard with
all SLOs grouped by remote

**Given** user has enabled Remote cluster under SLO Settings in SLO
Overview page
**And** in the Dashboard app they add an SLO Overview Embeddable
**And** they select to group by `Remote` without any extra filtering

**When** they click Save

**Then** They should see all the remote clusters
**And** when they click on the remote cluster they should see the
respective SLOs in the expanded accordion


https://github.com/elastic/kibana/assets/2852703/41162e27-2901-40e1-b704-11c89a6c0fd2



**Scenario**: User wants to have an embeddable in their Dashboard with
all SLOs grouped by a **specific** remote

**Given** user has enabled Remote cluster under SLO Settings in SLO
Overview page
**And** in the Dashboard app they add an SLO Overview Embeddable
**And** they select to group by `Remote`
**And** they select a specific remote cluster from the list of remote
clusters

**When** they click Save

**Then** They should see all the remote clusters
**And** when they click on the remote cluster they should see the
respective SLOs in the expanded accordion

**Before**


https://github.com/elastic/kibana/assets/2852703/b900f8d9-f414-4550-ac65-a1d7bbf9e7b4


**After**


https://github.com/elastic/kibana/assets/2852703/f887342b-9afe-43e9-9795-6c2ae42f413e


**Scenario**: User wants to apply extra filtering to the Grouped
Overview page

**Given** user has grouped by Tags in the SLO Overview page
**And** they want to see only the healthy SLOs

**When** they type `slo.tags: "production"`

**Then** They should see only the production group
**And** when they click on the production group they should see the
respective SLOs in the expanded accordion



https://github.com/elastic/kibana/assets/2852703/bf010cad-42da-476d-9f63-b7a1d6f4295f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:obs-ux-management Observability Management User Experience Team v8.14.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants