-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[APM] Investigate moving ES aggregation types to @elastic/elasticsearch #77720
Labels
Team:APM
All issues that need APM UI Team support
technical debt
Improvement of the software architecture and operational architecture
Comments
Pinging @elastic/apm-ui (Team:apm) |
sorenlouv
added
[zube]: Backlog
technical debt
Improvement of the software architecture and operational architecture
labels
Sep 18, 2020
3 tasks
This also has implications for the TS project references migration (#80508.) These plugins or projects use the APM typings, and possibly create circular references with APM:
|
smith
added a commit
to smith/kibana
that referenced
this issue
Nov 10, 2020
...and into x-pack. Also remove `PromiseReturnType` from APM and use the copy in observability everywhere. All of the additional changes to APM imports are just automatic sorting. This makes doing elastic#77720 a little easier and removes some implicit circular dependencies for elastic#80508.
smith
added a commit
that referenced
this issue
Nov 11, 2020
...and into x-pack. Also remove `PromiseReturnType` from APM and use the copy in observability everywhere. All of the additional changes to APM imports are just automatic sorting. This makes doing #77720 a little easier and removes some implicit circular dependencies for #80508. Co-authored-by: Dario Gieselaar <dario.gieselaar@elastic.co>
smith
added a commit
to smith/kibana
that referenced
this issue
Nov 11, 2020
...and into x-pack. Also remove `PromiseReturnType` from APM and use the copy in observability everywhere. All of the additional changes to APM imports are just automatic sorting. This makes doing elastic#77720 a little easier and removes some implicit circular dependencies for elastic#80508. Co-authored-by: Dario Gieselaar <dario.gieselaar@elastic.co> # Conflicts: # x-pack/plugins/apm/public/utils/testHelpers.tsx
smith
added a commit
that referenced
this issue
Nov 12, 2020
...and into x-pack. Also remove `PromiseReturnType` from APM and use the copy in observability everywhere. All of the additional changes to APM imports are just automatic sorting. This makes doing #77720 a little easier and removes some implicit circular dependencies for #80508. Co-authored-by: Dario Gieselaar <dario.gieselaar@elastic.co> # Conflicts: # x-pack/plugins/apm/public/utils/testHelpers.tsx
Not planned. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Team:APM
All issues that need APM UI Team support
technical debt
Improvement of the software architecture and operational architecture
If possible, we want to make the aggregation types that we have available for all users of the new elasticsearch client. We should look at the types the client has and how it can be combined. The goal of this investigation should be to have a clear next step towards the goal of having our aggregation types in the client itself.
The text was updated successfully, but these errors were encountered: