[Telemetry] Unify Monitoring and Local collectors payload structure #58249
Labels
chore
Feature:Telemetry
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
As part of the #57332 I've noticed Monitoring and Local (OSS and X-Pack) collectors differ in the payload structure in some cases:
stack_stats.kibana.plugins
: Monitoring seems to be mergingxpack
and non-xpack
stats into a flat objectkibana/x-pack/legacy/plugins/monitoring/server/telemetry_collection/get_kibana_stats.ts
Lines 114 to 117 in 8686fc9
while X-Pack is reporting them under its own
xpack
propertykibana/x-pack/legacy/plugins/xpack_main/server/telemetry_collection/get_stats_with_xpack.ts
Line 19 in 8686fc9
Creating this issue to track a further analysis and normalisation of the data.
The text was updated successfully, but these errors were encountered: