[Metrics UI] Decouple source config HTTP API schema from saved object schema #152279
Labels
Feature:Metrics UI
Metrics UI feature
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
📓 Summary
In order to allow the browser-side code to work seamlessly across Kibana server upgrade without a page reload, we want to have fully versioned HTTP APIs that are not tied to any the internal saved object schema. To that end, we must not leak the saved object schema in HTTP requests and responses that read or write infra source configs.
🔗 part of #149098
✔️ Acceptance criteria
💡 Implementation hints
attributes
instead of referencing the types fromcommon
. The translation step could probably remain the identity until a breaking change is required.The text was updated successfully, but these errors were encountered: