Skip to content

feat: usage stats #510

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

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
Contributor

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 review from a team and K-Phoen October 24, 2024 10:33
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 :)

@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
2 participants