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

Ensure sampling decisions are honoured across services (re-submitted) #70

Merged
merged 6 commits into from
May 1, 2016

Conversation

drpacman
Copy link
Contributor

@drpacman drpacman commented Apr 8, 2016

Replacement clean pull request (replacing pull/69), includes using Boolean values for downstream X-B3-Sampled values as discussed

@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 88.194% when pulling 5b7714f on drpacman:downstream-sample-pull into fb4a6a1 on levkhomich:master.

@levkhomich levkhomich merged commit 2d2e3eb into levkhomich:master May 1, 2016
val result = route(FakeRequest("GET", TestPath + "?key=value",
FakeHeaders(Seq(
TracingHeaders.TraceId -> Seq(SpanMetadata.idToString(spanId)),
TracingHeaders.Sampled -> Seq("false")
Copy link
Owner

Choose a reason for hiding this comment

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

Looks like a typo

@levkhomich
Copy link
Owner

levkhomich commented May 1, 2016

I've been working on another fix for context propagation (e910d35), so this PR was accepted after some delay.

Thank you for your contribution!

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