Skip to content

Missing table_name detail when instrumenting AWS SDK v2 and using DynamoDB Service #497

@farazoman

Description

@farazoman

Problem

Given implementing aws sdk v2 golang library and using the awsv2.AWSV2Instrumentor to initialize x-ray.
When running a command like PutItem (with context and put request)
Then the trace info does NOT show the table_name

Expected

that it should work same or at least similar to v1 library, where the table_name is displayed under the aws key for specific metadata which s what I understand is displayed on the Trace Map feature

Actual

only three fields are shown under the aws key; region, operation, request_id

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions