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

[7.13] [Lens] Embeddable error telemetry (#98042) #98275

Merged
merged 1 commit into from
Apr 26, 2021

Conversation

kibanamachine
Copy link
Contributor

Backports the following commits to 7.13:

@kibanamachine
Copy link
Contributor Author

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / general / X-Pack API Integration Tests.x-pack/test/api_integration/apis/searchprofiler/searchprofiler·ts.apis Search Profiler Profile should return profile results for a valid index

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has failed 7 times on tracked branches: https://github.com/elastic/kibana/issues/97954

[00:00:00]       │
[00:00:00]         └-: apis
[00:00:00]           └-> "before all" hook in "apis"
[00:18:30]           └-: Search Profiler
[00:18:30]             └-> "before all" hook in "Search Profiler"
[00:18:30]             └-: Profile
[00:18:30]               └-> "before all" hook for "should return profile results for a valid index"
[00:18:30]               └-> should return profile results for a valid index
[00:18:30]                 └-> "before each" hook: global before each for "should return profile results for a valid index"
[00:18:33]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1619436290483765506] [.kibana_7.13.0_001/gdBnjnK3R7aVasMvU0YbQA] update_mapping [_doc]
[00:18:49]                 └- ✖ fail: apis Search Profiler Profile should return profile results for a valid index
[00:18:49]                 │       Error: Maximumresponse size reached
[00:18:49]                 │       at Stream.<anonymous> (/dev/shm/workspace/parallel/3/kibana/node_modules/supertest/node_modules/superagent/lib/node/index.js:875:23)
[00:18:49]                 │       at Unzip.<anonymous> (/dev/shm/workspace/parallel/3/kibana/node_modules/supertest/node_modules/superagent/lib/node/unzip.js:48:30)
[00:18:49]                 │       at addChunk (internal/streams/readable.js:309:12)
[00:18:49]                 │       at readableAddChunk (internal/streams/readable.js:284:9)
[00:18:49]                 │       at Unzip.Readable.push (internal/streams/readable.js:223:10)
[00:18:49]                 │       at Unzip.Transform.push (internal/streams/transform.js:166:32)
[00:18:49]                 │       at Zlib.processCallback (zlib.js:539:10)
[00:18:49]                 │ 
[00:18:49]                 │ 

Stack Trace

Error: Maximum response size reached
    at Stream.<anonymous> (/dev/shm/workspace/parallel/3/kibana/node_modules/supertest/node_modules/superagent/lib/node/index.js:875:23)
    at Unzip.<anonymous> (/dev/shm/workspace/parallel/3/kibana/node_modules/supertest/node_modules/superagent/lib/node/unzip.js:48:30)
    at addChunk (internal/streams/readable.js:309:12)
    at readableAddChunk (internal/streams/readable.js:284:9)
    at Unzip.Readable.push (internal/streams/readable.js:223:10)
    at Unzip.Transform.push (internal/streams/transform.js:166:32)
    at Zlib.processCallback (zlib.js:539:10) {
  code: 'ETOOLARGE',
  response: undefined
}

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
lens 963.9KB 964.3KB +483.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
lens 34.3KB 35.0KB +726.0B

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

cc @flash1293

@kibanamachine kibanamachine merged commit ffbebd6 into elastic:7.13 Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants