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

fix: do not send sample rate in dry run #611

Merged
merged 2 commits into from
Feb 24, 2023

Conversation

fchikwekwe
Copy link
Contributor

Fixes #415

This issues prevents sending the actual sample rate in dry run mode, instead adding a metric called meta.dryrun.sample_rate so that a user can know what their sample rate in dry run mode would have been.

@fchikwekwe fchikwekwe requested a review from a team as a code owner February 23, 2023 16:47
@fchikwekwe fchikwekwe force-pushed the faith/no-sameple-rate-in-dryrun branch from 79721a9 to 18da695 Compare February 23, 2023 16:54
Copy link
Contributor

@kentquirk kentquirk left a comment

Choose a reason for hiding this comment

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

Code changes look good; let's fix up the PR title and details, please.

It needs appropriate labels and a more descriptive title.

@fchikwekwe fchikwekwe changed the title fix: bug fix for test fix: do not send sample rate in dry run Feb 24, 2023
@fchikwekwe fchikwekwe added type: bug Something isn't working version: bump patch A PR with release-worthy changes and is backwards-compatible. labels Feb 24, 2023
@fchikwekwe fchikwekwe merged commit cae2e77 into main Feb 24, 2023
@fchikwekwe fchikwekwe deleted the faith/no-sameple-rate-in-dryrun branch February 24, 2023 20:41
@fchikwekwe
Copy link
Contributor Author

Thanks for the reviews. Updated PR title.

@cartermp
Copy link
Member

Nice! Love to see it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working version: bump patch A PR with release-worthy changes and is backwards-compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't send SampleRate in dry run mode
4 participants