-
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
[Metrics UI] Move source API metrics routes source to HTTP #53138
Comments
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
I think we should do both phase 1 and phase 2 at the same time. This API is the last thing to be migrated for the Metrics UI. It makes sense for the same engineer to tackle this all at once. |
I would be interested in taking this on. |
@weltenwort I removed myself from the assignees, it's all yours. |
Is this on the road map for 7.7 or 8.0? This is part of the output from
|
ℹ️ the logs ui equivalent of this has been implemented in #64021, which should be used as a template for the resolution to this task |
Not prioritizing this at this time. |
Currently the source API queries too much data because of how the fields filtering works. We should create a new API just for the fields that also takes into account the date range of the page.
We should separate the queries between static source configuration vs. field metadata and move the API out of GraphQL to HTTP instead.
Notes:
The text was updated successfully, but these errors were encountered: