-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
We need to switch over to SavedObjectClient.resolve instead of .get in the 8.0 release. This issue tracks work for the lens and lens-ui-telemetry saved object loading.
This issue will also track progress for making Lens Saved Object share-capable. It has currently nameSpaceType: single.
It should be updated to multiple_isolated.
We could still consider switching over the lens telemetry to the (not so) new ui metric system which would help us get rid of the lens-ui-telemetry saved object instead.
For more details see #100489
UPDATE about telemetry object: We never access this lens-ui-telemetry via saved object client (only write it that way), and always load it through ES client directly against the .kibana index and aggregate over those saved objects. It will eventually be fully removed along with the whole Lens telemetry system and replaced with uiMetrics system. After talking to @jportner: as we plan to remove it eventually, so let's leave it as it is for now. It won't generate aliases anyway and it won't cause any problems.