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

track preference options usage #6791

Closed
4 tasks
kadel opened this issue May 4, 2023 · 0 comments · Fixed by #6843
Closed
4 tasks

track preference options usage #6791

kadel opened this issue May 4, 2023 · 0 comments · Fixed by #6843
Assignees
Labels
area/telemetry Issues or PRs related to telemetry or metrics collection kind/user-story An issue of user-story kind priority/High Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
Milestone

Comments

@kadel
Copy link
Member

kadel commented May 4, 2023

/kind user-story

User Story

As an odo developer, I want to know what preferences users set and to what values

Acceptance Criteria

  • when users execute odo preference set <parameter> <value> command with telemetry enabled odo should send an event with {parameter: <parameter>, value: <value>} properties
  • when users execute odo preference unset <parameter> command with telemetry enabled odo should send an event with `{parameter: } property
  • by default, values are anonymized, and hard-coded parameters are sent with clear value (for now, all parameters can be added to the list of non sensitive parameters)
  • anonymize values with algo which permits to check for repetitive values

/kind user-story
/priority high

@openshift-ci openshift-ci bot added kind/user-story An issue of user-story kind priority/High Important issue; should be worked on before any other issues (except priority/Critical issue(s)). labels May 4, 2023
@github-actions github-actions bot added the needs-triage Indicates an issue or PR lacks a `triage/*` and requires one. label May 4, 2023
@rm3l rm3l removed the needs-triage Indicates an issue or PR lacks a `triage/*` and requires one. label May 11, 2023
@rm3l rm3l added the area/telemetry Issues or PRs related to telemetry or metrics collection label May 24, 2023
@rm3l rm3l moved this to In Progress 🚧 in odo Project May 24, 2023
@rm3l rm3l moved this from In Progress 🚧 to In Review 👀 in odo Project May 24, 2023
@rm3l rm3l added this to the v3.11.0 🚀 milestone May 24, 2023
@github-project-automation github-project-automation bot moved this from In Review 👀 to Done ✅ in odo Project May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/telemetry Issues or PRs related to telemetry or metrics collection kind/user-story An issue of user-story kind priority/High Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants