-
Notifications
You must be signed in to change notification settings - Fork 74
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
feat: Add usage data metrics for sandbox #642
Merged
Merged
Changes from 26 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
b3c410c
feat: Add usage data metrics for sandbox
Amplifiyer 35afe23
Merge branch 'telemetry_2' into telemetry_new
Amplifiyer 09a90da
update api
Amplifiyer 8f086ec
add more tests
Amplifiyer 19be2bc
Merge branch 'main' into telemetry_new
Amplifiyer 47a8c4e
add changeset
Amplifiyer b86d42d
fix automated tests
Amplifiyer 023297d
Refactor packageJsonReader
Amplifiyer ffc1b1b
update tsconfig
Amplifiyer 8437715
add comments
Amplifiyer 3f5b1cf
Add usage data emitter factory
Amplifiyer 89b09ad
Update interface of usage metrics to take metrics and dimensions
Amplifiyer 96414ec
is it better?
Amplifiyer 9ce7681
remove extra variable
Amplifiyer ae1a81f
changing to 'on' data listener
Amplifiyer 905027e
Merge branch 'main' into telemetry_new
Amplifiyer fd0f1f7
update snapshots
Amplifiyer 3d870ce
minor changes
Amplifiyer 66a7ca8
change to use readline
Amplifiyer 4149515
PR updates
Amplifiyer c60d63f
Move the uuid types dep
Amplifiyer 8614266
PR updates
Amplifiyer 5ff37f2
Merge branch 'main' into telemetry_new
Amplifiyer 5780a85
update to use __dirname
Amplifiyer d894d12
update snapshots
Amplifiyer 4288f53
Replace package json reeader in create-amplify
Amplifiyer 95e11a0
small rename
Amplifiyer 442ffc5
remove packageJson.name from installationId
Amplifiyer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
'@aws-amplify/backend-output-storage': patch | ||
'@aws-amplify/integration-tests': patch | ||
'@aws-amplify/backend-deployer': patch | ||
'create-amplify': patch | ||
'@aws-amplify/platform-core': patch | ||
'@aws-amplify/sandbox': patch | ||
'@aws-amplify/backend-cli': patch | ||
--- | ||
|
||
Add usage data metrics |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 didn't realize that aggregating output is existing thing.
Mind logging GH issue to make this part "streaming and parsing errors" ?
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.
Will log it, this would be a little harder since we are actually throwing and processing elsewhere.
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.
#662