Lukas Hering

Results 12 issues of Lukas Hering

# Description Adds support for populating the `random-trace-id` flags in the W3C `traceparent` header based on the W3C trace context specification: https://www.w3.org/TR/trace-context-2/#random-trace-id-flag Implements #4826 Please delete options that are not...

Fixes issue #2054 where `platform.*` telemetry API event types (except part of `platform.report`) do not get exported for logging. The implemented solution captures all logs by default, and simplifies the...

enhancement
go

**Describe the bug** When using the OpenTelemetry Python auto-instrumentation layer, the following warning appears in the Lambda logs on every cold start: ``` [WARNING] 2025-12-11T04:45:34.152Z Attempting to instrument while already...

bug

Adds support for FaaS telemetry API metrics.

# Description Adds support for aiobotocore instrumentation, following the implementation approach outlined in issue #4048. ## Type of change Please delete options that are not relevant. - [ ] Bug...

# Description Fixes bug where the Lambda invocation `Span` name would be incorrectly set to the name of the Python handler function instead of the function name. Also fixes an...

# Description Updates `AwsXRayIdGenerator` to define `is_trace_id_random()` to return `True` and update unit tests for core changes to add support for populating the `random-trace-id` flags in the W3C traceparent header...

# Description Adds Http client span utilities functions to the http util instrumentation library to help reduce code duplication and consolidate logic. ## Type of change Please delete options that...

### What problem do you want to solve? The current `opentelemetry-instrumentation-botocore` library only instruments the `botocore` library (which `boto3` is built on top of). However, it lacks support for the...

feature-request