Skip to content

Commit 3962f2e

Browse files
committed
feat: Update OpenTelemetry SDK to v1.42.1 for Python
1 parent 746657f commit 3962f2e

23 files changed

Lines changed: 4 additions & 40 deletions

File tree

src/telemetryflow/cli/templates/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616
See the License for the specific language governing permissions and
1717
limitations under the License.
1818
"""
19-

src/telemetryflow/cli/templates/native/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616
See the License for the specific language governing permissions and
1717
limitations under the License.
1818
"""
19-

src/telemetryflow/cli/templates/restapi/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616
See the License for the specific language governing permissions and
1717
limitations under the License.
1818
"""
19-

src/telemetryflow/cli/templates/restapi/application/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616
See the License for the specific language governing permissions and
1717
limitations under the License.
1818
"""
19-

src/telemetryflow/cli/templates/restapi/docs/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616
See the License for the specific language governing permissions and
1717
limitations under the License.
1818
"""
19-

src/telemetryflow/cli/templates/restapi/domain/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616
See the License for the specific language governing permissions and
1717
limitations under the License.
1818
"""
19-

src/telemetryflow/cli/templates/restapi/entity/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616
See the License for the specific language governing permissions and
1717
limitations under the License.
1818
"""
19-

src/telemetryflow/cli/templates/restapi/infrastructure/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616
See the License for the specific language governing permissions and
1717
limitations under the License.
1818
"""
19-

src/telemetryflow/cli/templates/restapi/project/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616
See the License for the specific language governing permissions and
1717
limitations under the License.
1818
"""
19-

src/telemetryflow/instrumentation/integration.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,7 @@ def uninstrument(self) -> None:
195195

196196
try:
197197
if self._results.get("sqlalchemy"):
198-
from opentelemetry.instrumentation.sqlalchemy import (
199-
SQLAlchemyInstrumentor,
200-
)
198+
from opentelemetry.instrumentation.sqlalchemy import SQLAlchemyInstrumentor
201199

202200
SQLAlchemyInstrumentor().uninstrument()
203201
except Exception:

0 commit comments

Comments
 (0)