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

Extract Hash quantization #410

Merged
merged 2 commits into from
Apr 30, 2018
Merged

Conversation

delner
Copy link
Contributor

@delner delner commented Apr 26, 2018

There's a useful Hash quantization feature in Elastisearch quantization which works well on generic Hashes and Arrays.

This pull request extracts that functionality into the core library, so other integrations can use it.

@delner delner added core Involves Datadog core libraries integrations Involves tracing integrations dev/refactor Involves refactoring existing components labels Apr 26, 2018
@delner delner added this to the 0.13.0 milestone Apr 26, 2018
@delner delner self-assigned this Apr 26, 2018
@delner delner requested a review from palazzem April 26, 2018 19:01
@delner delner mentioned this pull request Apr 26, 2018
@@ -25,7 +29,7 @@ def format_url(url)
def format_body(body, options = {})
format_body!(body, options)
rescue StandardError
PLACEHOLDER
options[:placeholder] || PLACEHOLDER
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@palazzem palazzem merged commit b736897 into 0.13-dev Apr 30, 2018
@palazzem palazzem deleted the refactor/extract_hash_quantization branch April 30, 2018 09:57
delner pushed a commit that referenced this pull request May 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Involves Datadog core libraries dev/refactor Involves refactoring existing components integrations Involves tracing integrations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants