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

adding keys extractors module #285

Merged
merged 15 commits into from
Aug 27, 2020
Merged

adding keys extractors module #285

merged 15 commits into from
Aug 27, 2020

Conversation

nsahai8
Copy link
Contributor

@nsahai8 nsahai8 commented Aug 13, 2020

No description provided.

@@ -0,0 +1,13 @@
{
Copy link
Member

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

Copy link
Contributor Author

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

import java.util.List;
import java.util.Optional;

public class SampleExtractor implements SpanKeyExtractor {
Copy link
Member

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

Copy link
Contributor Author

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

Makefile Outdated Show resolved Hide resolved
@kapilra kapilra merged commit 08d246b into master Aug 27, 2020
@kapilra kapilra deleted the ns_extractor branch August 27, 2020 09:52
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.

2 participants