kibana/packages/analytics
Alejandro Fernández Haro a5f5d8682e
[EBT] Add flush method and call it during stop (#144925)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Resolves https://github.com/elastic/kibana/issues/140521
2022-11-16 14:48:11 +01:00
..
client [EBT] Add flush method and call it during stop (#144925) 2022-11-16 14:48:11 +01:00
shippers [EBT] Add flush method and call it during stop (#144925) 2022-11-16 14:48:11 +01:00
README.md [EBT] Split @elastic/analytics package (#130574) 2022-04-20 15:45:37 +02:00

@kbn/analytics-*

This module implements the Analytics client used for Event-Based Telemetry. The intention of the client is to be usable on both: the UI and the Server sides.

Client

Holds the public APIs to report events, enrich the events' context and set up the transport mechanisms. Refer to the client's docs for more information.

Prebuilt shippers

Elastic-approved shippers are available as @kbn/analytics-shippers-* packages. Refer to the shippers' docs for more information.