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

Add client data to synchronizer instances #81

Merged
merged 4 commits into from
Jan 2, 2024
Merged

Conversation

f1ames
Copy link
Contributor

@f1ames f1ames commented Dec 18, 2023

This PR adds client data to synchronizer instances. Part of https://github.com/kubeshop/monokle-saas/issues/1904.

Requires kubeshop/monokle-core#593.

Changes

  • As above.

Fixes

  • None.

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

@f1ames f1ames marked this pull request as ready for review December 20, 2023 10:04
version: pkg.version,
os: `${type()} ${release()}`,
additionalData: {
machineId: env.machineId,

Choose a reason for hiding this comment

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

For privacy concerns, maybe we should only add this when analytics are enabled?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Makes sense, especially that without telemetry we won't get any other data to connect with this one by machineId.

@f1ames f1ames merged commit bb42dd7 into main Jan 2, 2024
3 checks passed
@f1ames f1ames deleted the f1ames/fix/client-identity branch January 2, 2024 14:40
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