-
Notifications
You must be signed in to change notification settings - Fork 61
telemetry(AmazonQ): Adding amazonq_feedback event for feedback #969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| { | ||
| "name": "interactionType", | ||
| "type": "string", | ||
| "description": "User can click on thumbs up / down or comment or give rating to share feedback.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "description": "User can click on thumbs up / down or comment or give rating to share feedback.", | |
| "description": "User interaction, especially for AI-related features.", |
| ] | ||
| }, | ||
| { | ||
| "name": "amazonq_approachThumbsDown", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this metric is used by multiple IDEs. did you check if it's no longer in use? If not then it will break their code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, confirmed with @jpinkney-aws , this is not being used by any team in both IDE's.
Problem
Solution
amazonq_feedbackevent for feedback for different features.featureIdcan be amazonQTest/amazonQReview or any amazonQ Feature.interactionTypecan be upvote/downvote or comment or rating.License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.