[Entity Analytics] [Entity Store] Telemetry#196880
Conversation
d47824b to
a8da2f8
Compare
a8da2f8 to
51609a6
Compare
|
Pinging @elastic/security-entity-analytics (Team:Entity Analytics) |
| EntityStoreEnablement = 'Entity Store Enablement', | ||
| EntityStoreInit = 'Entity Store Initialized', |
There was a problem hiding this comment.
Could we rename these event names to be more UI specific? Like Enable button toggle or Enable button clicked
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
History
cc @tiansivive |
|
Starting backport for target branches: 8.16, 8.x |
## Summary This PR adds telemetry for the Entity Store. Client side tracks UI enablement actions, whilst Kibana side tracks execution time of the store initialisation process and execution time of the enrich policy task. Finally we also track number of entities in the store (cherry picked from commit 67d96e3)
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
This PR adds telemetry for the Entity Store. Client side tracks UI enablement actions, whilst Kibana side tracks execution time of the store initialisation process and execution time of the enrich policy task. Finally we also track number of entities in the store
## Summary This PR adds telemetry for the Entity Store. Client side tracks UI enablement actions, whilst Kibana side tracks execution time of the store initialisation process and execution time of the enrich policy task. Finally we also track number of entities in the store (cherry picked from commit 67d96e3) # Conflicts: # x-pack/plugins/security_solution/server/lib/entity_analytics/entity_store/entity_store_data_client.ts
## Summary This PR adds telemetry for the Entity Store. Client side tracks UI enablement actions, whilst Kibana side tracks execution time of the store initialisation process and execution time of the enrich policy task. Finally we also track number of entities in the store (cherry picked from commit 67d96e3)
# Backport This will backport the following commits from `main` to `8.x`: - [Entity Analytics] [Entity Store] Telemetry (#196880) (67d96e3) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tiago Vila Verde","email":"tiago.vilaverde@elastic.co"},"sourceCommit":{"committedDate":"2024-10-29T11:13:14Z","message":"[Entity Analytics] [Entity Store] Telemetry (#196880)\n\n## Summary\r\n\r\nThis PR adds telemetry for the Entity Store.\r\nClient side tracks UI enablement actions, whilst Kibana side tracks\r\nexecution time of the store initialisation process and execution time of\r\nthe enrich policy task.\r\nFinally we also track number of entities in the store","sha":"67d96e3585b690662750173898ce579c52a89522"},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[]}] BACKPORT-->
# Backport This will backport the following commits from `main` to `8.16`: - [Entity Analytics] [Entity Store] Telemetry (#196880) (67d96e3) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tiago Vila Verde","email":"tiago.vilaverde@elastic.co"},"sourceCommit":{"committedDate":"2024-10-29T11:13:14Z","message":"[Entity Analytics] [Entity Store] Telemetry (#196880)\n\n## Summary\r\n\r\nThis PR adds telemetry for the Entity Store.\r\nClient side tracks UI enablement actions, whilst Kibana side tracks\r\nexecution time of the store initialisation process and execution time of\r\nthe enrich policy task.\r\nFinally we also track number of entities in the store","sha":"67d96e3585b690662750173898ce579c52a89522"},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[]}] BACKPORT-->
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Summary
This PR adds telemetry for the Entity Store.
Client side tracks UI enablement actions, whilst Kibana side tracks execution time of the store initialisation process and execution time of the enrich policy task.
Finally we also track number of entities in the store