Nathaniel Ruiz Nowell

Results 11 issues of Nathaniel Ruiz Nowell

This action says [in the documentation](https://github.com/rhysd/github-action-benchmark#gh-pages-branch-required) that if your docs build from your `master` branch you should simply set the `gh-pages-branch` to `master` to have it make a commit on...

## Description In my experience with OTel Python and JS, “auto instrumentation” refers to a feature that allows users to get traces without having to write 1 line of code...

In #138, we were trying to debug an issue related to a missing Python package when we found out that `logger.("log")` logs were not working as [called out in this...

# Description As is common with all instrumentations upstream, AWS Lambda instrumentation testing involves using `TestBase`. `TestBase` has a default implementation of `super().setUpClass()` which **initializes OTel Python with a TracerProvider**....

## Description Like https://github.com/aws-observability/aws-otel-java-instrumentation/pull/130, we want to use GitHub OIDC for our AWS credentials in all workflows instead of using long-lasting credentials. This way, we can delete the repository secrets...

## Description **NOTE:** We should block on open-telemetry/opentelemetry-ruby-contrib#33 before addressing this issue because **the Resource Detectors should go in the same `opentelemetry-sdk-extension-aws` gem as the ID Generator**. We should add...

help wanted

## Description Today, the X-Ray ID Generator lives inside the `opentelemetry-propagator-xray` gem instead of being in its own package. This is a problem for projects that want to install either...

bug
help wanted

There are some cases where instrumentations are individually truncating large byte values such as is used in both the `boto` and `botocore` instrumentations. https://github.com/open-telemetry/opentelemetry-python-contrib/blob/5d4a5b5f92ef3e740ddb6f3855f4dac07a3ec308/instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/__init__.py#L159-L166 We should have a solution for...

help wanted
feature-request

# Description In PR on AWS OTel Python https://github.com/aws-observability/aws-otel-python/pull/14 I realized that I had not set the propagator correctly for one of my apps, yet I was still able to...

enhancement
question

## Description The AWS X-Ray developer guide talks about [Trace ID Injection](https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-java-configuration.html#xray-sdk-java-configuration-logging). Trace ID Injection allows services like CloudWatch Service to link X-Ray segments to X-Ray segment Service Graphs. This...

enhancement
stale
traces