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: usage stats #510

Merged
merged 5 commits into from
Oct 30, 2024
Merged

feat: usage stats #510

merged 5 commits into from
Oct 30, 2024

Conversation

theSuess
Copy link
Member

This PR adds anonymous usage tracking to Grizzly.

It collects:

  • A hash of your config file
  • Timestamp of when the report was created
  • The version of Grizzly.
  • The operating system Grizzly is running on.
  • The system architecture Grizzly is running on.
  • The operation performed (pull/apply)
  • The number of resources affected

so that we can better prioritize features and use cases.

@theSuess theSuess requested a review from a team as a code owner October 24, 2024 10:33
@theSuess theSuess requested a review from K-Phoen October 24, 2024 10:34
Copy link
Member

@K-Phoen K-Phoen left a comment

Choose a reason for hiding this comment

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

Looks good, just have a couple of questions before we merge this :)

cmd/grr/config.go Outdated Show resolved Hide resolved
cmd/grr/workflow.go Show resolved Hide resolved
@theSuess theSuess requested a review from K-Phoen October 30, 2024 09:10
@K-Phoen K-Phoen self-assigned this Oct 30, 2024
Copy link
Member

@K-Phoen K-Phoen left a comment

Choose a reason for hiding this comment

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

LGTM, thanks! 🚀

@K-Phoen K-Phoen merged commit 97dc50a into main Oct 30, 2024
8 checks passed
@K-Phoen K-Phoen deleted the feat/usage-stats branch October 30, 2024 14:50
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.

2 participants