File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
azure-monitor-opentelemetry-distro Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 11from unittest import TestCase
22from 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
77class TestDistro (TestCase ):
You can’t perform that action at this time.
0 commit comments