Skip to content

Commit 29f539c

Browse files
committed
test
1 parent 3237532 commit 29f539c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
([#242](https://github.com/microsoft/ApplicationInsights-Python/pull/242))
4141
- Update to azure-monitor-opentelemetry-exporter 1.0.0b12
4242
([#243](https://github.com/microsoft/ApplicationInsights-Python/pull/243))
43-
- Move symbols to protected, add docstring for api
43+
- Move symbols to protected, add docstring for api, pin opentelemtry-api/sdk versions
4444
([#244](https://github.com/microsoft/ApplicationInsights-Python/pull/244))
4545

4646
## [1.0.0b8](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b8) - 2022-09-26

azure-monitor-opentelemetry-distro/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@
9191
"opentelemetry-instrumentation-requests~=0.36b0",
9292
"opentelemetry-instrumentation-flask~=0.36b0",
9393
"opentelemetry-instrumentation-psycopg2~=0.36b0",
94+
"opentelemetry-api==1.15.0",
95+
"opentelemetry-sdk==1.15.0",
9496
],
9597
entry_points={
9698
"opentelemetry_distro": [

azure-monitor-opentelemetry-distro/tests/test_distro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from unittest import TestCase
22
from unittest.mock import patch
33

4-
from azure.monitor.opentelemetry.distro.distro import AzureMonitorDistro
4+
from azure.monitor.opentelemetry.distro._distro import AzureMonitorDistro
55

66

77
class TestDistro(TestCase):

0 commit comments

Comments
 (0)