-
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 new platform requirements #18846
Comments
I don't see anything obvious missing. What about the core plugins like |
@sqren |
Core functionality used by APM:
|
That's great, thanks. Most of those things should be easy to replace. @spalger The UI settings client is probably one bigger thing we need to sort out for the new platform. I didn't realize folks could grab that through chrome right now. |
We use the ui settings for getting the user's date format: chrome.getUiSettingsClient().get('dateFormat:tz'); |
In order to power APM entirely from the new platform, we need to complete the following:
The text was updated successfully, but these errors were encountered: