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

Missing Event for logging when users toggle telemetry on/off #650

Closed
wants to merge 13 commits into from

Conversation

damntrecky
Copy link
Contributor

@damntrecky damntrecky commented Dec 13, 2023

Problem

We do not log when users turn off/on telemetry

Solution

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@damntrecky damntrecky requested a review from a team as a code owner December 13, 2023 18:53
"name": "toolkitTelemetryStatusType",
"type": "string",
"description": "The type to determine the users status of having telemetry event submitted or not.",
"allowedValues": ["OFF", "ON"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is a new type needed for this or could it use this:

"name": "enabled",
"type": "boolean",
"description": "True if turned on, false if turned off"
},

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we do carry this out, I would like to re-use types. I will delete this type from the PR.

@awschristou
Copy link
Contributor

The telemetry system implemented into each of the three Toolkits does not support this use case. Those systems are deliberately designed to ensure that metrics are not transmitted when users opt-out of telemetry. I'm closing this PR, since there is no value in defining a metric that can't be used the way you've intended.

@awschristou awschristou closed this Jan 2, 2024
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