We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6eb5d commit 011c6b4Copy full SHA for 011c6b4
elasticapm/contrib/serverless/azure.py
@@ -43,8 +43,6 @@
43
from elasticapm.utils.disttracing import TraceParent
44
from elasticapm.utils.logging import get_logger
45
46
-SERVERLESS_HTTP_REQUEST = ("api", "elb")
47
-
48
logger = get_logger("elasticapm.serverless")
49
50
_AnnotatedFunctionT = TypeVar("_AnnotatedFunctionT")
0 commit comments