File tree 2 files changed +7
-1
lines changed
opentelemetry-api/src/opentelemetry/patcher
opentelemetry-sdk/src/opentelemetry/sdk/trace
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
+
15
+ """
16
+ OpenTelemetry patcher
17
+
18
+ This includes the base patcher class and a no-op implementation.
19
+ """
Original file line number Diff line number Diff line change 25
25
from opentelemetry .context import Context
26
26
from opentelemetry .sdk import util
27
27
from opentelemetry .sdk .util import BoundedDict , BoundedList
28
- from opentelemetry .trace import sampling
28
+ from opentelemetry .trace import SpanContext , sampling
29
29
from opentelemetry .trace .status import Status , StatusCanonicalCode
30
30
from opentelemetry .util import time_ns , types
31
31
You can’t perform that action at this time.
0 commit comments