-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Usage Collection] [schema] maps
#78952
Conversation
"layerTypesCount": { | ||
"properties": { | ||
"DYNAMIC_KEY": { | ||
"properties": { | ||
"min": { | ||
"type": "long" | ||
}, | ||
"max": { | ||
"type": "long" | ||
}, | ||
"avg": { | ||
"type": "float" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"emsVectorLayersCount": { | ||
"properties": { | ||
"DYNAMIC_KEY": { | ||
"properties": { | ||
"min": { | ||
"type": "long" | ||
}, | ||
"max": { | ||
"type": "long" | ||
}, | ||
"avg": { | ||
"type": "float" | ||
} | ||
} | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
9d17085
to
ff12492
Compare
ff12492
to
749a53b
Compare
Pinging @elastic/kibana-gis (Team:Geo) |
Pinging @elastic/kibana-telemetry (Team:KibanaTelemetry) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code lgtm! Thanks for this @afharo 🙇 !
- code review
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/kibana-core (Team:Core) |
Summary
maps
collector (MapsUsage
).schema
definition to the collectormaps
.Using
DYNAMIC_KEY
as a way to tell when the key can be dynamic, and we can't know the possible values.Related to #70180.
For maintainers