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(profiling): Add support for profiles_sample_rate #1613

Merged
merged 3 commits into from
Sep 14, 2022

Conversation

Zylphrex
Copy link
Member

This changes the way profiling is enabled in the python sdk by allowing the end user to specify a profiles_sample_rate which is used to control the sampling of profiles. This sample rate is relative to the traces_sample_rate meaning the true sample rate of profiles is approximately equal to traces_sample_rate * profiles_sample_rate.

This changes the way profiling is enabled in the python sdk by allowing the end
user to specify a `profiles_sample_rate` which is used to control the sampling
of profiles. This sample rate is relative to the `traces_sample_rate` meaning
the true sample rate of profiles is approximately equal to
`traces_sample_rate * profiles_sample_rate`.
@Zylphrex Zylphrex marked this pull request as ready for review September 13, 2022 20:57
@Zylphrex Zylphrex requested review from sl0thentr0py and a team September 13, 2022 20:57
@Zylphrex Zylphrex merged commit b36d84a into master Sep 14, 2022
@Zylphrex Zylphrex deleted the txiao/feat/add-support-for-profiles-sample-rate branch September 14, 2022 15:27
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.

None yet

2 participants