Misleading BucketTimer Getting Started Wiki Doc
oliver-schoenherr opened this issue · 1 comments
oliver-schoenherr commented
The Bucket Timer Getting Started Doc use a obsolete Version of the Bucket Config Builder.
https://github.com/Netflix/servo/wiki/Getting-Started#buckettimer
The doc should use new BucketConfig.Builder()
instead of BucketConfig.builder()
brharrington commented
The change has been made. Thanks for pointing out the error.