-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:TelemetryTeam:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//
Description
[Telemetry] [Collectors] Required schema fixes
After introducing schemas to collectors we've identified the following issues with some collectors:
Missing schema:
For missing schemas we need to collaborate with the teams to fill those in.
OSS Collectors:
- [management] "src/plugins/kibana_usage_collection/server/collectors/management/telemetry_management_collector.ts" ([Usage Collection] Add schema to
stack_management#77897) - [telemetry team] "src/plugins/kibana_usage_collection/server/collectors/application_usage/telemetry_application_usage_collector.ts" ([Telemetry] [Collectors] Application Usage: Define collector.schema #70622)
- [telemetry team] "src/plugins/kibana_usage_collection/server/collectors/ui_metric/telemetry_ui_metric_collector.ts" ([Usage Collection] [schema]
ui_metric#78827) - [telemetry team] "src/plugins/kibana_usage_collection/server/collectors/kibana/kibana_usage_collector.ts" ([Usage Collection] [Schema] "kibana" collector #77893)
- [telemetry team] "src/plugins/telemetry/server/collectors/usage/telemetry_usage_collector.ts" ([Usage Collection] [schema]
static_telemetry#77902)
X-pack Collectors:
- [apm] "x-pack/plugins/apm/server/lib/apm_telemetry/index.ts" (Add schema to APM data telemetry #72736)
- [canvas] "x-pack/plugins/canvas/server/collectors/collector.ts" ([Usage Collection] [schema] Support spreads +
canvasdefinition #78481) - [infra] "x-pack/plugins/infra/server/usage/usage_collector.ts" ([Usage Collection] [schema]
infra#78581) - [lens] "x-pack/plugins/lens/server/usage/collectors.ts" ([Usage Collection] [schema]
lens#77929) - [reporting] "x-pack/plugins/reporting/server/usage/reporting_usage_collector.ts" ([Usage Collection] [schema]
reporting+ addMappedTypesupport #78591) - [ingestManager] "x-pack/plugins/ingest_manager/server/collectors/register.ts" ([Ingest Manager] Add schema to usageCollector. #71219)
Dynamic fields:
These collectors have dynamic fields, we need to identify a solution for dynamic fields then check in with the teams to fix those collectors with the given solution.
X-pack Collectors:
- [actions] "x-pack/plugins/actions/server/usage/actions_usage_collector.ts" ([Usage Collection] [schema]
actions#78832) - [alerts] "x-pack/plugins/alerts/server/usage/alerts_usage_collector.ts" ([Usage Collection] [schema]
alerts#78933) - [maps] "x-pack/plugins/maps/server/maps_telemetry/collectors/register.ts" ([Usage Collection] [schema]
maps#78952)
afharo
Metadata
Metadata
Assignees
Labels
Feature:TelemetryTeam:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//