hc99's picture
Add files using upload-large-folder tool
4ff79c6 verified
# SPDX-FileCopyrightText: 2022-present deepset GmbH <info@deepset.ai>
#
# SPDX-License-Identifier: Apache-2.0
from haystack.tracing.tracer import ( # noqa: I001 (otherwise we end up with partial imports)
Span,
Tracer,
auto_enable_tracing,
disable_tracing,
enable_tracing,
is_tracing_enabled,
tracer,
)
from haystack.tracing.opentelemetry import OpenTelemetryTracer