[maps] remove Maps data view telemetry #152121
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Maps
Feature:Telemetry
impact:high
Addressing this issue will have a high level of impact on the quality/strength of our product.
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Maps data view telemetry iterates through all data views gathering:
This telemetry gathering causes memory and event loop spikes in clusters with a large number of data views.
The use case for the data view telemetry is to get an idea of the number of clusters that have geo data but don't have maps (determine the market size for Maps). Existing cluster stats provide this level of information and the maps data view telemetry is not needed.
Maps data view telemetry can be replaced with
cluster_stats.indices.mappings.field_types
.geoShapeAggLayersCount
can not be replaced withcluster_stats
. Upon discussion,geoShapeAggLayersCount
was not being used and is no longer needed. In the future, it would be possible to gathergeoShapeAggLayersCount
with usage based collectors when Maps are opened.The text was updated successfully, but these errors were encountered: