-
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
[APM] NP migration replace ui/kfetch with core.http #46548
Comments
Pinging @elastic/apm-ui |
12 tasks
sorenlouv
added
v7.5.0
[zube]: (7.5) Planned for release
and removed
[zube]: Inbox
labels
Sep 25, 2019
dgieselaar
added
[zube]: In Progress
and removed
[zube]: (7.5) Planned for release
labels
Oct 4, 2019
dgieselaar
added a commit
to dgieselaar/kibana
that referenced
this issue
Oct 11, 2019
dgieselaar
added a commit
that referenced
this issue
Oct 11, 2019
* [APM] Replace ui/kfetch with core.http Closes #46548. * Remove kfetch mocks in tests * Expose HttpFetchError from src/core/public/index * Make HttpFetchError public * Simplify tests for ServiceOverview
dgieselaar
added a commit
that referenced
this issue
Oct 15, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We use kfetch on the client-side for calling kibana APIs
public/services/rest/callApi.ts
. We also use it to define some types in routes as well as mocks in tests. replace these uses of kfetch with thecore.http
API.The text was updated successfully, but these errors were encountered: