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

Set new data on elements after fetch. #80430

Merged
merged 1 commit into from
Oct 14, 2020
Merged

Conversation

smith
Copy link
Contributor

@smith smith commented Oct 13, 2020

When adding an element with an already existing ID, it will use the already existing data instead of setting new data. This made it so when you change the time picker the element health statuses would not update.

When we get new elements, replace the existing data for existing elements.

Fixes #80335.

When `add`ing an element with an already existing ID, it will use the already existing data instead of setting new data. This made it so when you change the time picker the element health statuses would not update.

When we get new elements, replace the existing data for existing elements.

Fixes elastic#80335.
@smith smith added v8.0.0 release_note:skip Skip the PR/issue when compiling release notes v7.10.0 labels Oct 13, 2020
@smith smith requested a review from a team as a code owner October 13, 2020 23:03
@botelastic botelastic bot added the Team:APM All issues that need APM UI Team support label Oct 13, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:apm)

@smith
Copy link
Contributor Author

smith commented Oct 14, 2020

retest

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

async chunks size

id before after diff
apm 4.1MB 4.1MB +532.0B

History

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

@smith smith merged commit 5161f10 into elastic:master Oct 14, 2020
@smith smith deleted the nls/update-ml branch October 14, 2020 03:17
smith added a commit to smith/kibana that referenced this pull request Oct 14, 2020
When `add`ing an element with an already existing ID, it will use the already existing data instead of setting new data. This made it so when you change the time picker the element health statuses would not update.

When we get new elements, replace the existing data for existing elements.

Fixes elastic#80335.
smith added a commit to smith/kibana that referenced this pull request Oct 14, 2020
When `add`ing an element with an already existing ID, it will use the already existing data instead of setting new data. This made it so when you change the time picker the element health statuses would not update.

When we get new elements, replace the existing data for existing elements.

Fixes elastic#80335.
cauemarcondes pushed a commit that referenced this pull request Oct 14, 2020
When `add`ing an element with an already existing ID, it will use the already existing data instead of setting new data. This made it so when you change the time picker the element health statuses would not update.

When we get new elements, replace the existing data for existing elements.

Fixes #80335.
cauemarcondes pushed a commit that referenced this pull request Oct 14, 2020
When `add`ing an element with an already existing ID, it will use the already existing data instead of setting new data. This made it so when you change the time picker the element health statuses would not update.

When we get new elements, replace the existing data for existing elements.

Fixes #80335.
@cauemarcondes cauemarcondes self-assigned this Oct 14, 2020
@cauemarcondes
Copy link
Contributor

Tests ok
Chrome ✅
FF ✅
Safari ✅

@cauemarcondes cauemarcondes added the apm:test-plan-done Pull request that was successfully tested during the test plan label Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apm:test-plan-done Pull request that was successfully tested during the test plan release_note:skip Skip the PR/issue when compiling release notes Team:APM All issues that need APM UI Team support v7.10.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[APM][Service Map] ML health status not being updated after changing time range
5 participants