Skip to content

Commit

Permalink
Add telemetry for AWS buttons in Inventory show menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jennypavlova committed Aug 10, 2023
1 parent 48b7acf commit 3291f57
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export const WaffleInventorySwitcher: React.FC = () => {
{
name: 'AWS',
panel: 'awsPanel',
'data-test-subj': 'goToAWS-open',
},
],
},
Expand All @@ -96,18 +97,22 @@ export const WaffleInventorySwitcher: React.FC = () => {
{
name: getDisplayNameForType('awsEC2'),
onClick: goToAwsEC2,
'data-test-subj': 'goToAWS-EC2',
},
{
name: getDisplayNameForType('awsS3'),
onClick: goToAwsS3,
'data-test-subj': 'goToAWS-S3',
},
{
name: getDisplayNameForType('awsRDS'),
onClick: goToAwsRDS,
'data-test-subj': 'goToAWS-RDS',
},
{
name: getDisplayNameForType('awsSQS'),
onClick: goToAwsSQS,
'data-test-subj': 'goToAWS-SQS',
},
],
},
Expand Down

0 comments on commit 3291f57

Please sign in to comment.