Skip to content
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: Adds telemetry to submitter and adaptor #27

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

marofke
Copy link
Contributor

@marofke marofke commented Mar 15, 2024

What was the problem/requirement? (What/Why)

We can't currently tell if anyone is using unreal engine submitters / adaptors

What was the solution? (How)

Uses changes from aws-deadline/deadline-cloud#205 to capture more package information when sending telemetry data, and changes from aws-deadline/deadline-cloud#212 to opt out of telemetry from an environment variable.

Note, I could not for the life of me figure out where to get the Engine Version number. I looked through the python api but all I could find was the VersionInfoHandler which has no information and appears to only report the version of a specific object given to it.

What is the impact of this change?

We can better tell how customers use our software and if they use unreal engine

How was this change tested?

  • with assistance from @erico-aws we ran the submitter and adaptor and confirmed that telemetry was sent successfully
  • ran unit tests using deadline-cloud changes from mainline, they passed

Was this change documented?

Updated README with opt out instructions

Is this a breaking change?

No

@marofke marofke force-pushed the marofke/telemetry-updates branch 6 times, most recently from 6aa0d25 to 8b221e3 Compare March 19, 2024 20:35
Signed-off-by: Caden Marofke <marofke@amazon.com>
@marofke marofke marked this pull request as ready for review March 19, 2024 20:48
@marofke marofke requested a review from a team as a code owner March 19, 2024 20:48
@marofke marofke merged commit 62c5e9e into mainline Mar 20, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants