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