Skip to content

Commit

Permalink
s/ALWAYS_ON/DEFAULT_ON/
Browse files Browse the repository at this point in the history
  • Loading branch information
c24t committed Oct 16, 2019
1 parent 567a7da commit e743fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/src/opentelemetry/sdk/trace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ class Tracer(trace_api.Tracer):
def __init__(
self,
name: str = "",
sampler: sampling.Sampler = trace_api.sampling.ALWAYS_ON,
sampler: sampling.Sampler = trace_api.sampling.DEFAULT_ON,
) -> None:
slot_name = "current_span"
if name:
Expand Down

0 comments on commit e743fdc

Please sign in to comment.