kibana/packages/kbn-analytics
2024-07-24 14:41:18 +02:00
..
src Browser-side analytics services: use core logger (#184520) 2024-05-31 04:11:47 -07:00
BUILD.bazel Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
index.ts chore(NA): remove src folder requirement from packages (part 2) (#138476) 2022-08-30 15:57:35 +01:00
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json flag packages without side effects (#173351) 2023-12-19 02:46:39 -07: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.