-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[RCA] Events timeline !! #193265
[RCA] Events timeline !! #193265
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
2816661
to
846d542
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kibana.jsonc
changes LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM! Left some comments for adjustments as per the mockups
while testing the PR, I am not able to see annotation events even though I have annotations, any idea what could be the issue?
I was not able to move chart cursor in events timeline to sync with other visualizations on the page (worked other way around from viz to events timeline). Is there a known limitation we need to take into account?
I think we also need to introduce a global bucket size parameter for the investigation page, so all visualizations have same bucket size including events timeline (not in scope of this PR).
width: 20, | ||
}} | ||
> | ||
<EuiIcon type="warning" size="s" color="white" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we wanted to keep "dot" icon with red color for alert and "dot" icon with black color for annotation events
.../investigate_app/public/pages/details/components/investigation_timeline/annotation_event.tsx
Outdated
Show resolved
Hide resolved
...ution/investigate_app/public/pages/details/components/investigation_timeline/alert_event.tsx
Outdated
Show resolved
Hide resolved
it was due to wrong timerange. I verified the annotation events are correctly displayed. |
x-pack/plugins/observability_solution/investigate_app/public/hooks/use_fetch_events.ts
Show resolved
Hide resolved
...tigate_app/public/pages/details/components/investigation_timeline/investigation_timeline.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have suggested few changes. Apart from that, I was not able to sync the cursor from events timeline (it works if I try to sync it from other visualizations on the page). Is it possible to improve this somehow?
Screen.Recording.2024-10-07.at.11.12.01.mov
...ity_solution/investigate_app/public/pages/details/components/events_timeline/alert_event.tsx
Outdated
Show resolved
Hide resolved
...ity_solution/investigate_app/public/pages/details/components/events_timeline/alert_event.tsx
Outdated
Show resolved
Hide resolved
...solution/investigate_app/public/pages/details/components/events_timeline/events_timeline.tsx
Show resolved
Hide resolved
...solution/investigate_app/public/pages/details/components/events_timeline/events_timeline.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
Starting backport for target branches: 8.x |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
## Summary Events timeline !! <img width="1728" alt="image" src="https://github.com/user-attachments/assets/c00c2368-5f7e-4e5e-a6a1-cbcfacb859cd"> --------- Co-authored-by: kibanamachine <[email protected]> (cherry picked from commit 89f2802)
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
# Backport This will backport the following commits from `main` to `8.x`: - [[RCA] Events timeline !! (#193265)](#193265) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Shahzad","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-07T13:41:24Z","message":"[RCA] Events timeline !! (#193265)\n\n## Summary\r\n\r\nEvents timeline !!\r\n\r\n<img width=\"1728\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/c00c2368-5f7e-4e5e-a6a1-cbcfacb859cd\">\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"89f28025052da4309087014330ed649468fc78b5","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability"],"number":193265,"url":"https://github.com/elastic/kibana/pull/193265","mergeCommit":{"message":"[RCA] Events timeline !! (#193265)\n\n## Summary\r\n\r\nEvents timeline !!\r\n\r\n<img width=\"1728\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/c00c2368-5f7e-4e5e-a6a1-cbcfacb859cd\">\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"89f28025052da4309087014330ed649468fc78b5"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193265","number":193265,"mergeCommit":{"message":"[RCA] Events timeline !! (#193265)\n\n## Summary\r\n\r\nEvents timeline !!\r\n\r\n<img width=\"1728\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/c00c2368-5f7e-4e5e-a6a1-cbcfacb859cd\">\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"89f28025052da4309087014330ed649468fc78b5"}}]}] BACKPORT-->
Summary
fixes https://github.com/elastic/observability-dev/issues/3925
Events timeline !!