kibana/packages/analytics
Cecilia Bollini 16c90efb73
[8.12] Remove Gainsight from cloud plugin (#172318) (#174886)
# Backport

This will backport the following commits from `main` to `8.12`:
- [Remove Gainsight from cloud plugin
(#172318)](https://github.com/elastic/kibana/pull/172318)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Cecilia
Bollini","email":"38565918+bollinic@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-01-09T10:21:56Z","message":"Remove
Gainsight from cloud plugin (#172318)\n\n## Summary\r\n- Remove
gainsight plugin from cloud plugin\r\n- add config deprecation in
fullstory\r\n\r\n\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"de961a54a7cdcd19636f2dab07f3882e3d61bc8c","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport
missing","auto-backport","backport:prev-minor","v8.12.0","v8.13.0"],"number":172318,"url":"https://github.com/elastic/kibana/pull/172318","mergeCommit":{"message":"Remove
Gainsight from cloud plugin (#172318)\n\n## Summary\r\n- Remove
gainsight plugin from cloud plugin\r\n- add config deprecation in
fullstory\r\n\r\n\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"de961a54a7cdcd19636f2dab07f3882e3d61bc8c"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/172318","number":172318,"mergeCommit":{"message":"Remove
Gainsight from cloud plugin (#172318)\n\n## Summary\r\n- Remove
gainsight plugin from cloud plugin\r\n- add config deprecation in
fullstory\r\n\r\n\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"de961a54a7cdcd19636f2dab07f3882e3d61bc8c"}}]}]
BACKPORT-->
2024-01-16 12:21:56 -05:00
..
client Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
shippers [8.12] Remove Gainsight from cloud plugin (#172318) (#174886) 2024-01-16 12:21:56 -05:00
utils/analytics_collection_utils [Telemetry] Skip collection when navigated by Synthetics monitors (#171054) 2023-11-14 09:11:51 +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.