-
Notifications
You must be signed in to change notification settings - Fork 56
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
AWS SDK request id is using aws.requestId
instead of aws.request_id
defined by semantic conventions
#894
Comments
Created issue in upstream open-telemetry/opentelemetry-java-instrumentation#12311 |
Fixed in open-telemetry/opentelemetry-java-instrumentation#12352 in upstream might need to update tests when pulling upstream change. |
I think we have a couple of places referring to this field We need to take care of the changes when updating dependencies. |
This issue is stale because it has been open 90 days with no activity. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled |
I think we are updating to new version of java sdk, it is this already dealt with during the upgrade? |
This should be issue in upstream https://github.com/open-telemetry/opentelemetry-java-instrumentation but there are too many issues in upstream so creating one here first so people are aware of it.
In semantic convention registry, the attribute name for request id is aws.request_id schema, while the SDK generated spans are using
aws.requestId
from Application Signals Sample AppBoth v1 and v2 SDK in upstream repo are using
aws.requestId
The text was updated successfully, but these errors were encountered: