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

[Alert details page] show alert group related data on condition charts #155691

Closed
1 task done
Tracked by #145117
maryam-saeidi opened this issue Apr 25, 2023 · 3 comments · Fixed by #175513
Closed
1 task done
Tracked by #145117

[Alert details page] show alert group related data on condition charts #155691

maryam-saeidi opened this issue Apr 25, 2023 · 3 comments · Fixed by #175513
Assignees
Labels
Feature:Alert Details Page Observability ux management team Feature:Alerting Team:obs-ux-management Observability Management User Experience Team v8.8.0
Milestone

Comments

@maryam-saeidi
Copy link
Member

maryam-saeidi commented Apr 25, 2023

Blocked by

📝 Summary

At the moment, if the metric threshold has a grouping, preview charts show the first group's information. We need to change this behavior for the alert details page to show the information related to the alert group.

image

✅ Acceptance Criteria

  • Show the correct group information on the alert details page
@maryam-saeidi maryam-saeidi added Team: Actionable Observability - DEPRECATED For Observability Alerting and SLOs use "Team:obs-ux-management", for AIops "Team:obs-knowledge" v8.8.0 labels Apr 25, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/actionable-observability (Team: Actionable Observability)

@maryam-saeidi maryam-saeidi changed the title [AO] Alert details page - show alert related group information on condition charts [AO] Alert details page - show alert group related data on condition charts Apr 25, 2023
@emma-raffenne emma-raffenne added this to the 8.11 milestone Jul 20, 2023
@paulb-elastic
Copy link
Contributor

To be planned as part of https://github.com/elastic/actionable-observability/issues/47

@paulb-elastic paulb-elastic removed the Team: Actionable Observability - DEPRECATED For Observability Alerting and SLOs use "Team:obs-ux-management", for AIops "Team:obs-knowledge" label Nov 3, 2023
@botelastic botelastic bot added the needs-team Issues missing a team label label Nov 3, 2023
@jsanz jsanz added the Team:obs-ux-management Observability Management User Experience Team label Nov 20, 2023
@elasticmachine
Copy link
Contributor

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

@botelastic botelastic bot removed the needs-team Issues missing a team label label Nov 20, 2023
@maryam-saeidi maryam-saeidi changed the title [AO] Alert details page - show alert group related data on condition charts [Alert details view] show alert group related data on condition charts Dec 21, 2023
@maryam-saeidi maryam-saeidi changed the title [Alert details view] show alert group related data on condition charts [Alert details page] show alert group related data on condition charts Dec 21, 2023
@maryam-saeidi maryam-saeidi added the Feature:Alert Details Page Observability ux management team label Jan 2, 2024
@benakansara benakansara self-assigned this Jan 26, 2024
benakansara added a commit that referenced this issue Feb 2, 2024
…ils page (#175513)

Resolves #174075,
#155691

- Using same chart in alert details page as in rule flyout for preview
- Group by info is applied as filter on chart data
- Added annotations
- For active alerts, added point annotation with alert start time and
range annotation with range from alert start time till current time
  - For recovered alerts, added range annotation for alert duration

### Active alert
<img width="1257" alt="Screenshot 2024-01-26 at 15 05 26"
src="https://github.com/elastic/kibana/assets/69037875/d548b529-7811-4e3e-996d-aa4d259327b9">

<img width="1265" alt="Screenshot 2024-01-26 at 15 09 44"
src="https://github.com/elastic/kibana/assets/69037875/a01d0cdf-5254-484d-91b3-c45a846790a9">

### Recovered alert
<img width="1250" alt="Screenshot 2024-01-26 at 14 53 08"
src="https://github.com/elastic/kibana/assets/69037875/521a69a2-6a4a-4b9e-a886-3477c92d63ac">

---------

Co-authored-by: kibanamachine <[email protected]>
fkanout pushed a commit to fkanout/kibana that referenced this issue Feb 7, 2024
…ils page (elastic#175513)

Resolves elastic#174075,
elastic#155691

- Using same chart in alert details page as in rule flyout for preview
- Group by info is applied as filter on chart data
- Added annotations
- For active alerts, added point annotation with alert start time and
range annotation with range from alert start time till current time
  - For recovered alerts, added range annotation for alert duration

### Active alert
<img width="1257" alt="Screenshot 2024-01-26 at 15 05 26"
src="https://github.com/elastic/kibana/assets/69037875/d548b529-7811-4e3e-996d-aa4d259327b9">

<img width="1265" alt="Screenshot 2024-01-26 at 15 09 44"
src="https://github.com/elastic/kibana/assets/69037875/a01d0cdf-5254-484d-91b3-c45a846790a9">

### Recovered alert
<img width="1250" alt="Screenshot 2024-01-26 at 14 53 08"
src="https://github.com/elastic/kibana/assets/69037875/521a69a2-6a4a-4b9e-a886-3477c92d63ac">

---------

Co-authored-by: kibanamachine <[email protected]>
CoenWarmer pushed a commit to CoenWarmer/kibana that referenced this issue Feb 15, 2024
…ils page (elastic#175513)

Resolves elastic#174075,
elastic#155691

- Using same chart in alert details page as in rule flyout for preview
- Group by info is applied as filter on chart data
- Added annotations
- For active alerts, added point annotation with alert start time and
range annotation with range from alert start time till current time
  - For recovered alerts, added range annotation for alert duration

### Active alert
<img width="1257" alt="Screenshot 2024-01-26 at 15 05 26"
src="https://github.com/elastic/kibana/assets/69037875/d548b529-7811-4e3e-996d-aa4d259327b9">

<img width="1265" alt="Screenshot 2024-01-26 at 15 09 44"
src="https://github.com/elastic/kibana/assets/69037875/a01d0cdf-5254-484d-91b3-c45a846790a9">

### Recovered alert
<img width="1250" alt="Screenshot 2024-01-26 at 14 53 08"
src="https://github.com/elastic/kibana/assets/69037875/521a69a2-6a4a-4b9e-a886-3477c92d63ac">

---------

Co-authored-by: kibanamachine <[email protected]>
fkanout pushed a commit to fkanout/kibana that referenced this issue Mar 4, 2024
…ils page (elastic#175513)

Resolves elastic#174075,
elastic#155691

- Using same chart in alert details page as in rule flyout for preview
- Group by info is applied as filter on chart data
- Added annotations
- For active alerts, added point annotation with alert start time and
range annotation with range from alert start time till current time
  - For recovered alerts, added range annotation for alert duration

### Active alert
<img width="1257" alt="Screenshot 2024-01-26 at 15 05 26"
src="https://github.com/elastic/kibana/assets/69037875/d548b529-7811-4e3e-996d-aa4d259327b9">

<img width="1265" alt="Screenshot 2024-01-26 at 15 09 44"
src="https://github.com/elastic/kibana/assets/69037875/a01d0cdf-5254-484d-91b3-c45a846790a9">

### Recovered alert
<img width="1250" alt="Screenshot 2024-01-26 at 14 53 08"
src="https://github.com/elastic/kibana/assets/69037875/521a69a2-6a4a-4b9e-a886-3477c92d63ac">

---------

Co-authored-by: kibanamachine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Alert Details Page Observability ux management team Feature:Alerting Team:obs-ux-management Observability Management User Experience Team v8.8.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants