massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / aws-xray-sdk / aws_xray_sdk / core / sampling / connector.pyi
1 from datetime import datetime as datetime
2
3 from aws_xray_sdk.core.context import Context as Context
4 from aws_xray_sdk.core.models.dummy_entities import DummySegment as DummySegment
5 from aws_xray_sdk.core.utils.compat import PY2 as PY2
6
7 from .sampling_rule import SamplingRule as SamplingRule
8
9 class ServiceConnector:
10     def __init__(self) -> None: ...
11     def fetch_sampling_rules(self): ...
12     def fetch_sampling_target(self, rules): ...
13     def setup_xray_client(self, ip, port, client) -> None: ...
14     @property
15     def context(self): ...
16     @context.setter
17     def context(self, v) -> None: ...