Skip to content

[charts] Fix timezone regression in charts#123478

Merged
markov00 merged 1 commit intoelastic:8.0from
markov00:2022_01_20-fix_timezone_regression_in_charts
Jan 21, 2022
Merged

[charts] Fix timezone regression in charts#123478
markov00 merged 1 commit intoelastic:8.0from
markov00:2022_01_20-fix_timezone_regression_in_charts

Conversation

@markov00
Copy link
Copy Markdown
Contributor

Summary

We introduced a regression that causes time series charts without a timezone configured to be rendered with UTC by default instead of the local timezone.
We already have fixed the bug in charts here and the dependency is updated already in versions 7.17, 8.0.1, 8.1 but we are missing 8.0 since we are really close to the next RC.

This PR brings back the default behavior marking all time-series with no timezone parameter using the local timezone.

I will forward these changes to 7.17, 8.1, main in a different PR to land this PR sooner as it has a higher priority

@markov00 markov00 added bug Fixes for quality problems that affect the customer experience regression v8.0.0 release_note:skip Skip the PR/issue when compiling release notes labels Jan 20, 2022
Copy link
Copy Markdown
Contributor

@justinkambic justinkambic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uptime change LGTM

@markov00 markov00 requested review from alvarezmelissa87, cauemarcondes, qn895, shahzad31 and smith and removed request for shahzad31 January 20, 2022 16:42
@qn895
Copy link
Copy Markdown
Member

qn895 commented Jan 20, 2022

ML changes LGTM 🎉

@kibana-ci
Copy link
Copy Markdown

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
apm 2.8MB 2.8MB +68.0B
dataVisualizer 536.9KB 536.9KB +17.0B
ml 3.5MB 3.5MB +68.0B
observability 401.1KB 401.2KB +34.0B
securitySolution 4.6MB 4.6MB +17.0B
uptime 605.4KB 605.4KB +17.0B
total +221.0B

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Copy link
Copy Markdown
Contributor

@alvarezmelissa87 alvarezmelissa87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ⚡

@markov00 markov00 merged commit 3e3b0f7 into elastic:8.0 Jan 21, 2022
brianseeders added a commit that referenced this pull request Jan 21, 2022
@brianseeders
Copy link
Copy Markdown
Contributor

@markov00 apologies but I had to revert this PR, it broke the 8.0 branch. See here for an example. It must have conflicted with something else that was merged recently and not in your last CI run.

@justinkambic
Copy link
Copy Markdown
Contributor

It likely conflicted because of #123470, which makes a very similar change to the Uptime Duration series and was merged around the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Fixes for quality problems that affect the customer experience regression release_note:skip Skip the PR/issue when compiling release notes v8.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants