We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be0380 commit fcff4afCopy full SHA for fcff4af
opentelemetry-sdk/src/opentelemetry/sdk/trace/_sampling_experimental/_composable.py
@@ -54,8 +54,8 @@ def sampling_intent(
54
trace_state: TraceState | None,
55
) -> SamplingIntent:
56
"""Returns information to make a sampling decision."""
57
- ... # pylint: disable=unnecessary-ellipsis
+ ... # pylint: disable=unnecessary-ellipsis
58
59
def get_description(self) -> str:
60
"""Returns a description of the sampler."""
61
0 commit comments