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

SpanExporter to not receive span if not sampled #1070

Merged
merged 8 commits into from
Sep 9, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint
  • Loading branch information
lzchen committed Sep 9, 2020
commit ab338c3d3412825886c33d1adde3cc40da9fe012
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
from enum import Enum

from opentelemetry.context import attach, detach, set_value
from opentelemetry.util import time_ns
from opentelemetry.sdk.trace import sampling
from opentelemetry.util import time_ns

from .. import Span, SpanProcessor

Expand Down