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

Tune up the Samplers #60

Merged
merged 6 commits into from
Aug 23, 2018

Conversation

sergeyklay
Copy link
Collaborator

@sergeyklay sergeyklay commented Aug 22, 2018

  • Throw OutOfBoundsException on ProbabilisticSampler::__construct instead of just Exception
  • Bring all error messages to a general view
  • Increase test coverage [Increase test coverage #3]
  • Amended docs

/cc @jonahgeorge

@sergeyklay sergeyklay requested a review from jonahgeorge August 22, 2018 11:11
@sergeyklay sergeyklay force-pushed the feature/correct-probabilistic-sampler-exception branch from bd4149f to 3d30aa4 Compare August 22, 2018 11:15
README.md Outdated
Install [Composer](https://getcomposer.org) in a common location or in your project. Then run the installer as follows:

```bash
php composer.phar require jonahgeorge/jaeger-client-php
Copy link
Owner

Choose a reason for hiding this comment

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

Really just the smallest nit: Can we get rid of the composer install instruction and do

composer require <>

instead of the phar

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed! :)

@sergeyklay sergeyklay merged commit 396aa7d into master Aug 23, 2018
@sergeyklay sergeyklay deleted the feature/correct-probabilistic-sampler-exception branch August 23, 2018 07: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