aws-otel-collector
aws-otel-collector copied to clipboard
AWS Distro for OpenTelemetry Collector (see ADOT Roadmap at https://github.com/orgs/aws-observability/projects/4)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.109 to 1.44.114. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.44.114 (2022-10-07) Service Client Updates service/codeguru-reviewer: Updates service documentation service/elasticloadbalancingv2: Updates service documentation service/greengrassv2: Updates service API...
Hi Team, Based on this [post](https://github.com/aws-observability/aws-otel-collector/issues/383), the stack trace for .Net exception should have been captured but we are still not seeing it being carried over to X-Ray in latest...
Instead of manually triggering the CD workflow to release assets and generate release notes the workflow can be adjusted to be triggered on the push of a tag.
**Describe the bug** I'm getting ``` ERROR io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter - Failed to export metrics. The request could not be executed. Full error message: stream was reset: NO_ERROR ``` from the [java...
When https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/14719 is release we should no longer need to define [build-time replacements](https://github.com/aws-observability/aws-otel-collector/blob/main/Makefile#L38-L39) for those constants.
**Is your feature request related to a problem? Please describe.** Currently to install the collector onto an ec2 instance there are 3 options: -Clone the repo and build an rpm...
**Describe the bug** I have the following situation: * A microservice `payforadoption` written in Golang, uses [https://github.com/aws/aws-xray-sdk-go/xray](https://github.com/aws/aws-xray-sdk-go/xray) * A microserice `petadoptionshistory` written in Python, uses https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-psycopg2 Both services access the...
**Describe the bug** I recently upgraded my EKS cluster from kubernetes version 1.22 to 1.23. After the upgrade when I recycled my adot-collector pod, it's now crashlooping with the following...
**Describe the bug** The [Docs](https://github.com/aws-observability/aws-otel-collector/blob/main/docs/developers/eks-demo.md) should suggest to setting up IRSA instead of attaching the policies to worker nodes. **What did you expect to see?** A clear and concise description...
**Is your feature request related to a problem? Please describe.** The [AppDynamics Cloud](https://docs.appdynamics.com/appd-cloud/en) backend authenticates opentelemetry ingestion via oauth, for that we leverage the [oauth2clientauthextension](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/oauth2clientauthextension). For end-users who want to...