0fc18cd233548fc349fce7653094f4f1054c401a
[dotfiles/.git] / sampler.pyi
1 from typing import Any
2
3 from ...exceptions.exceptions import InvalidSamplingManifestError as InvalidSamplingManifestError
4 from .sampling_rule import SamplingRule as SamplingRule
5
6 local_sampling_rule: Any
7 SUPPORTED_RULE_VERSION: Any
8
9 class LocalSampler:
10     def __init__(self, rules=...) -> None: ...
11     def should_trace(self, sampling_req: Any | None = ...): ...
12     def load_local_rules(self, rules) -> None: ...