-
Notifications
You must be signed in to change notification settings - Fork 2
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
adding keys extractors module #285
Conversation
...-extractor/src/main/java/com/expedia/www/haystack/pipes/commons/key/extractor/Constants.java
Outdated
Show resolved
Hide resolved
...rs/src/main/java/com/expedia/www/haystack/pipes/kafkaProducer/extractor/SampleExtractor.java
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,13 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This module shouldn't have any config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
true! I got the idea, have moved it to kafka producer module
...tor/src/main/java/com/expedia/www/haystack/pipes/commons/key/extractor/SpanKeyExtractor.java
Outdated
Show resolved
Hide resolved
...java/com/expedia/www/haystack/pipes/commons/key/extractor/loader/SpanKeyExtractorLoader.java
Outdated
Show resolved
Hide resolved
import java.util.List; | ||
import java.util.Optional; | ||
|
||
public class SampleExtractor implements SpanKeyExtractor { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use this for default behaviour of writing whole span as json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change will be done in coming PR
No description provided.