kibana/packages/kbn-analytics
Luke Elmers b6287708f6
Adds AGPL 3.0 license (#192025)
Updates files outside of x-pack to be triple-licensed under Elastic
License 2.0, AGPL 3.0, or SSPL 1.0.
2024-09-06 19:02:41 -06:00
..
src Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
BUILD.bazel Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
index.ts Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
README.md [@kbn/analytics] Add readme (#188980) 2024-07-24 14:41:18 +02:00
tsconfig.json Browser-side analytics services: use core logger (#184520) 2024-05-31 04:11:47 -07:00

@kbn/analytics

Note

The term analytics here refers to Usage Analytics, and should not be confused with the Kibana (Data) Analytics tools.

Important

This package is exclusively used by the plugin usage_collection and it's not expected to be used elsewhere. If you are still here for Usage Analytics, you might be looking for core-analytics, the EBT packages.

This package implements the report that batches updates from Application Usage, UI Counters, and User Agent. It defines the contract of the report, and the strategy to ship it to the server.