Skip to content

Commit

Permalink
add description to formula telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jun 9, 2021
1 parent bca4cb5 commit 93da501
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion x-pack/plugins/lens/server/usage/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,12 @@ const savedSchema: MakeSchemaFrom<LensUsage['saved_overall']> = {
lnsDatatable: { type: 'long' },
lnsPie: { type: 'long' },
lnsMetric: { type: 'long' },
formula: { type: 'long' },
formula: {
type: 'long',
_meta: {
description: 'Number of saved lens visualizations which are using at least one formula',
},
},
};

export const lensUsageSchema: MakeSchemaFrom<LensUsage> = {
Expand Down

0 comments on commit 93da501

Please sign in to comment.