-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Infra UI] Asset detail view telemetry (#166151)
Closes #156698 ## Summary This PR adds a new custom event to track asset details page views. The event will have a parameter `integrations` which will show if `nginx` or `kubernetes` integrations are enabled ( so extra charts will be displayed in those cases) and the same parameters as the existing flyout event. ## Testing - Open hosts view flyout: - The `Asset Details Flyout Viewed` Event type should be tracked (same as before) - Event properties in this example (same as before) ``` "properties":{ "componentName":"infraAssetDetailsFlyout", "assetType":"host", "tabId":"overview" } ``` ![Image](https://github.com/elastic/kibana/assets/14139027/7ab85302-1aed-487c-860c-b0a62ef06a70) - Open asset details page for a host: - The `Asset Details Pade Viewed` Event type should be tracked - The event properties should show the current enabled integrations ('nginx', 'kubernetes') if there are no integrations enabled the integrations should not be visible in the event so in this example: ``` "properties": { "componentName": "infraAssetDetailsPage", "assetType": "host", "tabId": "overview", "integrations": [ "nginx" ] } ``` ![Image](https://github.com/elastic/kibana/assets/14139027/bc657298-cb14-4ac2-ba46-ac42e3bd3e37) --------- Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
df08786
commit 39741a2
Showing
9 changed files
with
150 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters