Skip to content

Commit 011c6b4

Browse files
authored
contrib/serverless: remove aws reference from azure implementation (#2042)
1 parent ce6eb5d commit 011c6b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

elasticapm/contrib/serverless/azure.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343
from elasticapm.utils.disttracing import TraceParent
4444
from elasticapm.utils.logging import get_logger
4545

46-
SERVERLESS_HTTP_REQUEST = ("api", "elb")
47-
4846
logger = get_logger("elasticapm.serverless")
4947

5048
_AnnotatedFunctionT = TypeVar("_AnnotatedFunctionT")

0 commit comments

Comments
 (0)