i have created a elastic apm object like client = Client({
'SERVICE_NAME': os.environ.get("ELASTIC_APM_SERVICE_NAME"),
'SERVER_URL': os.environ.get("ELASTIC_APM_LAMBDA_APM_SERVER")
}) starting with client.begin_transaction('schedule') now i need to add labels in many functions so as passing elastic apm to different functions then as passing apm object for 2 functions its reflecting other than that it showing label not found error
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.