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

Support sampling/filtering of span logs using updated span log data f… #528

Merged
merged 3 commits into from
May 20, 2020

Conversation

hanwavefront
Copy link
Contributor

…ormat

@basilisk487
Copy link
Contributor

LGTM (pending java-lib release)

}
List<Span> spanOutput = new ArrayList<>(1);
try {
spanDecoder.decode(spanMessage, spanOutput, "dummy");
Copy link
Member

Choose a reason for hiding this comment

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

dummy?

Copy link
Contributor

Choose a reason for hiding this comment

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

it doesn't really matter in this context, but we should probably standardize on something like "default" or "unknown"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, right now i think we're defaulting to "dummy" in most places in the code. let me know if i should change that

@basilisk487 basilisk487 merged commit 17663a4 into wavefrontHQ:master May 20, 2020
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.

3 participants