Skip to content

Commit

Permalink
Correct SamplerFactory default sampler type docs (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsh authored and dwsupplee committed Nov 20, 2017
1 parent 551ac41 commit ab5b786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Trace/Sampler/SamplerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class SamplerFactory
*
* @type string $type Which type of sampler to build. May be one of:
* `"qps"`, `"random"`, `"enabled"`, `"disabled"`. **Defaults to**
* `"qps"`.
* `"enabled"`.
* @type float $rate The sampling rate for query per second and random sampling.
* **Defaults to** `0.1`.
* @type CacheItemPoolInterface $cache The PSR-6 cache implementation to use for query
Expand Down

0 comments on commit ab5b786

Please sign in to comment.