Skip to content

Commit edf60fb

Browse files
committed
Drop db.system from dynamodb
1 parent 955f349 commit edf60fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

newrelic/hooks/external_botocore.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,6 @@ def _nr_dynamodb_datastore_trace_wrapper_(wrapped, instance, args, kwargs):
10551055
agent_attrs["cloud.resource_id"] = (
10561056
f"arn:{partition}:dynamodb:{region}:{account_id:012d}:table/{_target}"
10571057
)
1058-
agent_attrs["db.system"] = "DynamoDB"
10591058

10601059
except Exception as e:
10611060
_logger.debug("Failed to capture AWS DynamoDB info.", exc_info=True)

0 commit comments

Comments
 (0)