-
Notifications
You must be signed in to change notification settings - Fork 636
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
[DYN-6451] Analytics for ML DataPipeline. #14936
Conversation
UI Smoke TestsTest: success. 2 passed, 0 failed. |
Do we need another PR on the Analytics repo to add the Category in whitelist file? |
@@ -78,6 +78,8 @@ public static string ConstructCreateAssetRequestBody(string schemaNamespaceId, s | |||
parameterComponent.AddParameterFromSchema("<Add dynamo host>", hostSchema); | |||
parameterComponent.AddParameterFromSchema("<Add dynamo version>", dynamoVersionSchema); | |||
|
|||
Analytics.TrackEvent(Actions.DynamoMLDataPipieline, Categories.DynamoMLDataPipelineOperations, "Host", Convert.ToInt32(hostSchema)); |
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.
Isn't host name already part of each data entry? Do we still need to send it separately?
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.
Do you mean Dynamo already sends host info(during startup or after it) to analytics, so we don't need it here. I was thinking we might want to know which host is sending a request to the ML pipeline and thats why we need it here. What do you think? It was added in the JIRA task.
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.
Removed this.
Please also cherry-pick |
* ML DataPipeline analytics * comments * comments * Update DynamoMLDataPipeline.cs (cherry picked from commit dd9c7af)
Purpose
Task: https://jira.autodesk.com/browse/DYN-6451
This PR is to add Analytics to the ML DataPipeline workflow. Sending the following info:
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Analytics for ML DataPipeline.
Reviewers
@QilongTang @zeusongit