-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EDD-46: Add logging of metrics to EDD (#32)
* EDD-46 Added logging for Pause, Resume, Restart, and Completed downloads * EDD-46 Added EDL retrieval and totalFiles, downloadedFiles metrics * EDD-46 Updating logging endpoint * EDD-46 single line * EDD-46 Bumping version * EDD-46 Bumping version * EDD-46 Updating metricsLogger test * EDD-46 PR feedback changes * EDD-46 Updating metricsLogger * EDD-46 adding download and file info to pause/resume/restart/cancel * EDD-46 ts-check * EDD-46 Setting endpoint to UAT * EDD-46 Overhauled previous metrics. Added new metrics to reflect desired tracked events * EDD-46 Updating setPreferences test * EDD-46 Updating setPreferences test * EDD-46 Added some new db tests * EDD-46 Adding more db tests * EDD-46 PR feedback * EDD-46 Removing axios package * EDD-46 metric and test updates * EDD-46 Adding test assertions * EDD-46 Updating tests * EDD-46 Moved database call to reports section * EDD-46 Removing deprecated db calls * EDD-46 Addressing PR feedback * EDD-46 Test assertion change * EDD-46 Metric location updates and db call adjustments * EDD-46 added downloadIdForMetrics and download pause count * EDD-46 import change * EDD-46 PR Feedback * EDD-46 Addressing PR comments * EDD-46 Addressing PR feedback * EDD-46 Addressing PR feedback * EDD-46 Addressing PR feedback * EDD-46 Adding test assertion * EDD-46 Test adjustments * EDD-46 Addressing PR feedback * EDD-46 Updating windowStateKeeper * EDD-46 Added expect --------- Co-authored-by: drewpesall <[email protected]>
- Loading branch information
Showing
29 changed files
with
907 additions
and
45 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"note": "This endpoint is for EDSC-UAT CloudWatch", | ||
"logging": "https://dycghwhsgr9el.cloudfront.net/edd_logger" | ||
} |
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.