Sam Mosleh

Results 10 issues of Sam Mosleh

## Checklist - Python version: **3.8.2** - Using hiredis or just Python parser - Using uvloop or just asyncio event loop - Does issue exists against the `master` branch of...

Redis added KEEPTTL option for SET command in version 6.0-rc1: [SET command](https://redis.io/commands/set) I'd like to use it in aredis and I'm willing to create a PR for it.

This PR uses defaultdicts for handlers in BaseHubConnection. Using lists can cause major performance issues.

**Environment:** - AWS Lambda runtime: Python 3.11 - Library version: opentelemetry-instrumentation-aws-lambda==0.42b0 **Steps to reproduce** ```python from opentelemetry.instrumentation.aws_lambda import AwsLambdaInstrumentor AwsLambdaInstrumentor().instrument() def lambda_handler(event, context): return "OK" ``` **What is the expected...

bug

**Is your feature request related to a problem? Please describe.** The current default configuration for the Lambda layer provides out-of-the-box support for tracing but not for metrics. Since the EMF...

# Description Automatically inject trace headers in AWS Lambda responses. Fixes #4074 ## Type of change - [x] New feature (non-breaking change which adds functionality) # How Has This Been...

### What problem do you want to solve? When using auto-instrumentation for AWS Lambda functions, trace headers are not included in the HTTP response when integrated with API Gateway V2...

feature-request

### What problem do you want to solve? The current OpenTelemetry instrumentation for botocore only instruments `BaseClient._make_api_call`, which means several AWS SDK operations that don't go through this code path...

feature-request