Skip to content
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

S3 Bucket Name is absent #2024

Open
Dreamescaper opened this issue Aug 27, 2024 · 0 comments
Open

S3 Bucket Name is absent #2024

Dreamescaper opened this issue Aug 27, 2024 · 0 comments
Labels
comp:instrumentation.aws Things related to OpenTelemetry.Instrumentation.AWS enhancement New feature or request

Comments

@Dreamescaper
Copy link

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:

                        "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"
                    }

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

@Dreamescaper Dreamescaper added the enhancement New feature or request label Aug 27, 2024
@github-actions github-actions bot added the comp:instrumentation.aws Things related to OpenTelemetry.Instrumentation.AWS label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:instrumentation.aws Things related to OpenTelemetry.Instrumentation.AWS enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant