-
Notifications
You must be signed in to change notification settings - Fork 64
feat: Extract account/access key id and region for cross-account support #1081
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
...main/java/software/amazon/opentelemetry/javaagent/providers/AwsMetricAttributeGenerator.java
Outdated
Show resolved
Hide resolved
...main/java/software/amazon/opentelemetry/javaagent/providers/AwsMetricAttributeGenerator.java
Outdated
Show resolved
Hide resolved
...main/java/software/amazon/opentelemetry/javaagent/providers/AwsMetricAttributeGenerator.java
Outdated
Show resolved
Hide resolved
...main/java/software/amazon/opentelemetry/javaagent/providers/AwsMetricAttributeGenerator.java
Outdated
Show resolved
Hide resolved
...main/java/software/amazon/opentelemetry/javaagent/providers/AwsMetricAttributeGenerator.java
Outdated
Show resolved
Hide resolved
...r/src/main/java/software/amazon/opentelemetry/javaagent/providers/AwsSpanProcessingUtil.java
Outdated
Show resolved
Hide resolved
6df41d3
to
580105e
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1081 +/- ##
=============================================
- Coverage 85.71% 72.49% -13.22%
- Complexity 19 403 +384
=============================================
Files 3 33 +30
Lines 49 1509 +1460
Branches 5 206 +201
=============================================
+ Hits 42 1094 +1052
- Misses 3 353 +350
- Partials 4 62 +58 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description of changes:
Changes in ADOT package to support cross-account observability in Java V1 & V2 SDK.
Related changes in upstream package: yiyuan-he/opentelemetry-java-instrumentation#2
Testing Plan:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.