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

Allow custom SpansBuffer max size #34

Closed
wants to merge 2 commits into from
Closed

Conversation

xjerod
Copy link

@xjerod xjerod commented Feb 7, 2017

Fixes #33

This allows a custom span buffer size to be set. Following the convention already set with the custom sampler logic; all that was added was SetSpansBufferSize method which creates a new buffer of size maxSize int and replaces the old buffer in the current tracer with the new one. This adds the new functionality of being able to create custom buffers sizes while not modifying any of the existing API's making it a safe update for anyone using this library.

Let me know if you have any suggestions/comments/concerns.

@talwai
Copy link
Contributor

talwai commented Feb 14, 2017

closed in favor of #37

@talwai talwai closed this Feb 14, 2017
jdgordon pushed a commit to jdgordon/dd-trace-go that referenced this pull request May 31, 2022
Add distribution type for percentile sketches
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

3 participants