Raphael Philipe Mendes da Silva

Results 23 issues of Raphael Philipe Mendes da Silva

**What are you trying to achieve?** I'm trying to set a resource attribute that [has type `[]string`](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/cloud_provider/aws/logs.md). However it is not possible to do so through the `OTEL_RESOURCE_ATTRIBUTES` as it...

spec:miscellaneous

**What are you trying to achieve?** I'm trying to make sure that all the languages are consistent with regards to the implementation of the explicit bucket histogram. The specification should...

area:api
spec:metrics
triaged-accepted

**Is your feature request related to a problem? Please describe.** The Otel TraceId is defined as 16-byte array with at least one non-zero byte. https://opentelemetry.io/docs/reference/specification/trace/api/#retrieving-the-traceid-and-spanid The Xray TraceID has the...

type: enhancement
component:aws-xray

**Is your feature request related to a problem? Please describe.** Right now the EKSResource detector is only collecting the following information when running in a EKS Environment: * Cluster Name...

type: enhancement
component:aws-resources

## What is happening? Starting with version v0.85.0 of the upstream OpenTelemetry collector, the normalization of metrics when converting from OpenTelemetry metrics to Prometheus will be enabled by default. ##...

stale

Add support to building lambda layers with grpc in Python. this is an alternative for solving #534 It will assumes that you have buildx properly installed and configured. I'm creating...

python

**Describe the bug** There are breaking changes that were inserted in [this PR ](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/7970) in the OpenTelemetry Java Instrumentation for aws-lambda. To describe what will happen once the lambda layer...

bug

**Is your feature request related to a problem? Please describe.** A Lambda cold start happens when a new instance of a Lambda function must be created and initialized. The cold...

enhancement

**Describe the bug** The python lambda layer does not support grpc. Support for it was removed in this PR: https://github.com/open-telemetry/opentelemetry-lambda/pull/181 This is a bit misleading and not in parity with...

bug

**Describe the bug** The request handler for the java layer-wrapper uses joda: https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/aws-lambda/aws-lambda-events-2.2/library/src/main/java/io/opentelemetry/instrumentation/awslambdaevents/v2_2/TracingRequestWrapperBase.java#L33 However joda is not being added as runtime dependency of our lambda layer. We did not notice...

bug