-
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
[Synthetics] Error timeline date range #151965
Conversation
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.
Pinging @elastic/uptime (Team:uptime) |
e32d784
to
3d9d38b
Compare
} else { | ||
itemIdToExpandedRowMapValues[item._id] = <></>; | ||
} | ||
const toggleDetails = useCallback( |
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.
Is this related to errors? is here something I should regression test here?
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.
it just wraps toggleDetails in callBack. Should be fine.
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
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
(cherry picked from commit d051183)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.7`: - [[Synthetics] Error timeline date range (#151965)](#151965) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Shahzad","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-03-01T15:46:25Z","message":"[Synthetics] Error timeline date range (#151965)","sha":"d051183adee6328ef86a8124b835ae69bfbae802","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:uptime","release_note:skip","v8.7.0","v8.8.0"],"number":151965,"url":"https://github.com/elastic/kibana/pull/151965","mergeCommit":{"message":"[Synthetics] Error timeline date range (#151965)","sha":"d051183adee6328ef86a8124b835ae69bfbae802"}},"sourceBranch":"main","suggestedTargetBranches":["8.7"],"targetPullRequestStates":[{"branch":"8.7","label":"v8.7.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/151965","number":151965,"mergeCommit":{"message":"[Synthetics] Error timeline date range (#151965)","sha":"d051183adee6328ef86a8124b835ae69bfbae802"}}]}] BACKPORT--> Co-authored-by: Shahzad <[email protected]>
Summary
Fixes #151774
Fixes #151789 Fixes errors breadcrumb link as well
Use full range of error state start and end as guide for visualising error timeline