We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OpenTelemetry.Instrumentation.AWS
I'm using ADOT lambda layer with XRay exporter. The problem is that subsegments for S3 operations do not contain any data regarding S3 bucket name:
"id": "c99c374d71a02eca", "name": "S3", "start_time": 1724746589.780928, "end_time": 1724746590.5800602, "fault": false, "error": false, "throttle": false, "aws": { "xray": { "auto_instrumentation": false }, "operation": "PutObject", "request_id": "YVZAMATJ1D4E82EB" }, "annotations": { "rpc.service": "S3", "rpc.system": "aws-api" }, "namespace": "aws" }
I would expect bucket name to be present somewhere (and to be handled by xray exporter).
There was a Pull Request, which fixed this issue (per my understanding), but it was closed without any actions: #1962
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Component
OpenTelemetry.Instrumentation.AWS
Is your feature request related to a problem?
I'm using ADOT lambda layer with XRay exporter. The problem is that subsegments for S3 operations do not contain any data regarding S3 bucket name:
What is the expected behavior?
I would expect bucket name to be present somewhere (and to be handled by xray exporter).
Which alternative solutions or features have you considered?
Additional context
There was a Pull Request, which fixed this issue (per my understanding), but it was closed without any actions:
#1962
The text was updated successfully, but these errors were encountered: