From 2933b05c8d9cc50c1d3e0e4c7febe69d3f970a80 Mon Sep 17 00:00:00 2001 From: Jeremy Voss Date: Mon, 14 Apr 2025 14:01:19 -0700 Subject: [PATCH 1/2] Remove comments --- .../azure/monitor/opentelemetry/_configure.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk/monitor/azure-monitor-opentelemetry/azure/monitor/opentelemetry/_configure.py b/sdk/monitor/azure-monitor-opentelemetry/azure/monitor/opentelemetry/_configure.py index f1a48d0a63b5..16dd71d056fc 100644 --- a/sdk/monitor/azure-monitor-opentelemetry/azure/monitor/opentelemetry/_configure.py +++ b/sdk/monitor/azure-monitor-opentelemetry/azure/monitor/opentelemetry/_configure.py @@ -208,8 +208,6 @@ def _setup_live_metrics(configurations): def _setup_instrumentations(configurations: Dict[str, ConfigurationValue]): - # entry_point_finder = _EntryPointDistFinder() - # use pkg_resources for now until https://github.com/open-telemetry/opentelemetry-python/pull/3168 is merged for entry_point in entry_points(group="opentelemetry_instrumentor"): lib_name = entry_point.name if lib_name not in _ALL_SUPPORTED_INSTRUMENTED_LIBRARIES: From f19b2070010d24391d80444877cd0a61bdf41ebc Mon Sep 17 00:00:00 2001 From: Jeremy Voss Date: Mon, 14 Apr 2025 14:06:16 -0700 Subject: [PATCH 2/2] changelog --- sdk/monitor/azure-monitor-opentelemetry/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk/monitor/azure-monitor-opentelemetry/CHANGELOG.md b/sdk/monitor/azure-monitor-opentelemetry/CHANGELOG.md index 9e1cec31c322..587de32e931d 100644 --- a/sdk/monitor/azure-monitor-opentelemetry/CHANGELOG.md +++ b/sdk/monitor/azure-monitor-opentelemetry/CHANGELOG.md @@ -10,6 +10,9 @@ ### Other Changes +- Removed some irrelevent comments + ([#40503](https://github.com/Azure/azure-sdk-for-python/pull/40503)) + ## 1.6.7 (2025-04-10) ### Bugs Fixed