From 4fdc7cae42823a1176787fa51195b540a007a5a4 Mon Sep 17 00:00:00 2001 From: Marty T <120425148+tippmar-nr@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:55:26 -0600 Subject: [PATCH] Update EXT-SERVICE-to-INFRA-DYNAMODBTABLE.yml Allow the `db.system` attribute to match either `DynamoDB` or `dynamodb` -- the latter is emitted by the .NET agent and any other APM agents that are also following OTel symantic conventions, which dictate that all attribute values should be lower case. --- .../synthesis/EXT-SERVICE-to-INFRA-DYNAMODBTABLE.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/relationships/synthesis/EXT-SERVICE-to-INFRA-DYNAMODBTABLE.yml b/relationships/synthesis/EXT-SERVICE-to-INFRA-DYNAMODBTABLE.yml index e469f3fdd..659375b7f 100644 --- a/relationships/synthesis/EXT-SERVICE-to-INFRA-DYNAMODBTABLE.yml +++ b/relationships/synthesis/EXT-SERVICE-to-INFRA-DYNAMODBTABLE.yml @@ -29,7 +29,7 @@ relationships: - attribute: eventType anyOf: [ "Span" ] - attribute: db.system - anyOf: [ "DynamoDB" ] + anyOf: [ "DynamoDB", "dynamodb" ] relationship: expires: P75M relationshipType: CALLS @@ -41,4 +41,4 @@ relationships: candidateCategory: AWSDYNAMODBTABLE fields: - field: cloudResourceId - attribute: cloud.resource_id \ No newline at end of file + attribute: cloud.resource_id