-
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
[Logs UI] Round up the end timestamp in the log stream embeddable #92833
[Logs UI] Round up the end timestamp in the log stream embeddable #92833
Conversation
💚 Build Succeeded
Metrics [docs]Page load bundle
To update your PR or re-run it, just comment with: cc @weltenwort |
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
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!
@elasticmachine merge upstream |
ignoring request to update branch, pull request is closed |
…astic#92833) This fixes the interpretation of the end timestamp in the log stream embeddable such that it rounds it up. Without this a date range of `now/d` to `now/d` would be resolved to a zero-duration time range even though the date picker semantics are "Today".
…astic#92833) This fixes the interpretation of the end timestamp in the log stream embeddable such that it rounds it up. Without this a date range of `now/d` to `now/d` would be resolved to a zero-duration time range even though the date picker semantics are "Today".
* master: [Logs UI] Round up the end timestamp in the log stream embeddable (elastic#92833) skip flaky suite (elastic#91939) skip flaky suite (elastic#89072) [APM] Include services with only metric documents (elastic#92378)
…2833) (#92996) This fixes the interpretation of the end timestamp in the log stream embeddable such that it rounds it up. Without this a date range of `now/d` to `now/d` would be resolved to a zero-duration time range even though the date picker semantics are "Today". Co-authored-by: Felix Stürmer <weltenwort@users.noreply.github.com>
…2833) (#92997) This fixes the interpretation of the end timestamp in the log stream embeddable such that it rounds it up. Without this a date range of `now/d` to `now/d` would be resolved to a zero-duration time range even though the date picker semantics are "Today". Co-authored-by: Felix Stürmer <weltenwort@users.noreply.github.com>
Summary
This fixes the interpretation of the end timestamp in the log stream embeddable such that it rounds it up. Without this a date range of
now/d
tonow/d
would be resolved to a zero-duration time range even though the date picker semantics are "Today".