From 8625417a26a42bbe54d76423ba4df0e59d0ec952 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Thu, 16 May 2024 10:57:45 +0200 Subject: [PATCH] contrib/serverless: remove aws reference from azure implementation (#2042) --- elasticapm/contrib/serverless/azure.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/elasticapm/contrib/serverless/azure.py b/elasticapm/contrib/serverless/azure.py index ed2444d60..c5df4882a 100644 --- a/elasticapm/contrib/serverless/azure.py +++ b/elasticapm/contrib/serverless/azure.py @@ -43,8 +43,6 @@ from elasticapm.utils.disttracing import TraceParent from elasticapm.utils.logging import get_logger -SERVERLESS_HTTP_REQUEST = ("api", "elb") - logger = get_logger("elasticapm.serverless") _AnnotatedFunctionT = TypeVar("_AnnotatedFunctionT")