From 0f65686509ba5f121ab5ae210b0fba024be72f43 Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Mon, 26 Feb 2024 11:10:34 -0800 Subject: [PATCH] Comment out aiohttp-server from bootstrap_gen libraries --- .../src/opentelemetry/instrumentation/bootstrap_gen.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py b/opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py index 3591581c97..e332f8a57d 100644 --- a/opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py +++ b/opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py @@ -24,10 +24,11 @@ "library": "aiohttp ~= 3.0", "instrumentation": "opentelemetry-instrumentation-aiohttp-client==0.45b0.dev", }, - { - "library": "aiohttp ~= 3.0", - "instrumentation": "opentelemetry-instrumentation-aiohttp-server==0.45b0.dev", - }, + # FIXME: Add this logic once these packages are available in Pypi + # { + # "library": "aiohttp ~= 3.0", + # "instrumentation": "opentelemetry-instrumentation-aiohttp-server==0.45b0.dev", + # }, { "library": "aiopg >= 0.13.0, < 2.0.0", "instrumentation": "opentelemetry-instrumentation-aiopg==0.45b0.dev",