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 event sample operator #1727

Merged
merged 1 commit into from
Nov 20, 2024
Merged

add event sample operator #1727

merged 1 commit into from
Nov 20, 2024

Conversation

brharrington
Copy link
Contributor

This operator allows events to be sampled based on a set of tag keys. It works similar to an analytics group by, but will capture some projection fields for a sample event to provide more context to the consumer.

This change also adds a max groups limit for the LWC events client. The limit is needed to help avoid excessive memory usage if the sampling keys have a high cardinality.

This operator allows events to be sampled based on a set
of tag keys. It works similar to an analytics group by,
but will capture some projection fields for a sample event
to provide more context to the consumer.

This change also adds a max groups limit for the LWC events
client. The limit is needed to help avoid excessive memory
usage if the sampling keys have a high cardinality.
@brharrington brharrington added this to the 1.8.0 milestone Nov 20, 2024
@brharrington brharrington merged commit abcc280 into Netflix:main Nov 20, 2024
5 checks passed
@brharrington brharrington deleted the sample branch November 20, 2024 17:34
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.

1 participant