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

Add HTTP url quantizer #384

Merged
merged 2 commits into from
Mar 27, 2018
Merged

Add HTTP url quantizer #384

merged 2 commits into from
Mar 27, 2018

Conversation

delner
Copy link
Contributor

@delner delner commented Mar 26, 2018

The ddtrace gem has many integrations that deal with URLs, each of which will need to employ some degree of URL quantization.

This pull request adds a generic HTTP quantizer for use by these integrations. It supports url and query functions which will reduce URLs and their query strings down to a more manageable format.

@delner delner added core Involves Datadog core libraries feature Involves a product feature labels Mar 26, 2018
@delner delner self-assigned this Mar 26, 2018
@delner delner changed the base branch from master to 0.12-dev March 26, 2018 20:55
@palazzem palazzem added this to the 0.12.0 milestone Mar 27, 2018
end
end

context 'that has a Unicode key and value' do
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@delner delner merged commit 8ba47ae into 0.12-dev Mar 27, 2018
@delner delner deleted the feature/add_http_url_quantizer branch April 5, 2018 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Involves Datadog core libraries feature Involves a product feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants