[Lens] [Event annotations] Addressing technical debt #141070
Labels
Feature:Lens
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
technical debt
Improvement of the software architecture and operational architecture
event_annotation_result
runs some inner expressions twice -> one to get fetched annotation datatable, the other to return config layers. Maybe we could rethink it a bit?event_annotation_group
we have a paramannotations[]
that takes eithermanual_point_event_annotation
,manual_range_event_annotation
orquery_point_event_annotation
. In the future we're planning on adding new types (for example ML annotation) so maybe it would be better to abstract all the different annotations expression types away the same way asessaggs
takesagg_type
that can take different forms (date_histogram, count and many more)The text was updated successfully, but these errors were encountered: