Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AwsAttributeKeys holds useful attribute keys needed by multiple other classes. This is a roughly-carbon-copy file of https://github.com/aws-observability/aws-otel-java-instrumentation/blob/main/awsagentprovider/src/main/java/software/amazon/opentelemetry/javaagent/providers/AwsAttributeKeys.java Callout: open-telemetry/opentelemetry-java-instrumentation#8710 has been resolved, and a new issue needs to be opened. The larger problem is that the `AWS_*_NAME` attributes only exist in Java. We will either need to add these to Python or (more likely) move away from these attributes and towards ones accepted in the [AWS service specific attributes semantic conventions](https://opentelemetry.io/docs/specs/semconv/cloud-providers/aws-sdk/#aws-service-specific-attributes). I've cut a backlog item for this. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
- Loading branch information