File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
azure-monitor-opentelemetry-distro/tests Expand file tree Collapse file tree 2 files changed +4
-4
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
43+ - Move symbols to protected, add docstring for api
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 66
77class TestDistro (TestCase ):
88 @patch (
9- "azure.monitor.opentelemetry.distro.distro .AzureDiagnosticLogging.enable"
9+ "azure.monitor.opentelemetry.distro._distro .AzureDiagnosticLogging.enable"
1010 )
1111 # TODO: Enabled when duplciate logging issue is solved
1212 # @patch(
@@ -18,9 +18,9 @@ def test_configure(self, mock_diagnostics):
1818 distro .configure ()
1919 self .assertEqual (mock_diagnostics .call_count , 2 )
2020
21- # TODO: Enabled when duplciate logging issue is solved
21+ # TODO: Enabled when duplicate logging issue is solved
2222 # @patch(
23- # "azure.monitor.opentelemetry.distro.distro .AzureDiagnosticLogging.enable"
23+ # "azure.monitor.opentelemetry.distro._distro .AzureDiagnosticLogging.enable"
2424 # )
2525 # @patch(
2626 # "azure.monitor.opentelemetry.distro._diagnostic_logging._EXPORTER_DIAGNOSTICS_ENABLED",
You can’t perform that action at this time.
0 commit comments