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 exclude target for the sampler #137

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Conversation

bmansoob
Copy link
Contributor

Adds exclude_targets options, it allows apps to specify * for targets and then opt out of some using `exclude_target


SAMPLE_RATE = 0.001 # 0.1%
TARGETS = ["/"]
BACKEND_PROBABILITES = { stackprof: 1.0, vernier: 0.0 }
@backends = {}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

unused var

@bmansoob bmansoob merged commit 9373c5a into main Sep 18, 2024
7 checks passed
@bmansoob bmansoob deleted the sampler-exclude-targets branch September 18, 2024 14:24
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