mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Lens] allow user to disable auto apply (#125158)
This commit is contained in:
parent
eb68e95acd
commit
e694507960
41 changed files with 1432 additions and 253 deletions
|
@ -25,6 +25,12 @@ const eventsSchema: MakeSchemaFrom<LensUsage['events_30_days']> = {
|
|||
type: 'long',
|
||||
_meta: { description: 'Number of times the user opened the in-product formula help popover.' },
|
||||
},
|
||||
toggle_autoapply: {
|
||||
type: 'long',
|
||||
_meta: {
|
||||
description: 'Number of times the user toggled auto-apply.',
|
||||
},
|
||||
},
|
||||
toggle_fullscreen_formula: {
|
||||
type: 'long',
|
||||
_meta: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue