{"library":"lumigo-tracer","title":"Lumigo Tracer for Python","description":"A Python tracing library for serverless and distributed applications, providing automatic instrumentation for AWS Lambda and other runtimes. Version 1.1.257, updated frequently. It wraps AWS SDK calls, HTTP requests, and other libraries to send telemetry to the Lumigo observability platform.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install lumigo-tracer"],"cli":null},"imports":["from lumigo_tracer import lumigo_tracer"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom lumigo_tracer import lumigo_tracer\n\n@lumigo_tracer(token=os.environ.get('LUMIGO_TOKEN', ''))\ndef lambda_handler(event, context):\n    return {'statusCode': 200, 'body': 'Hello from Lumigo!'}","lang":"python","description":"Decorate your Lambda handler with @lumigo_tracer and set the LUMIGO_TOKEN environment variable.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}