Skip to content

Commit

Permalink
Added a regex for Lambda function (#1738)
Browse files Browse the repository at this point in the history
Co-authored-by: nr-sparsi <[email protected]>
  • Loading branch information
nr-sparsi and nr-sparsi authored Aug 21, 2024
1 parent 3a294a4 commit 62a7238
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ relationships:
anyOf: [ "Span" ]
- attribute: cloud.platform
anyOf: [ "aws_lambda"]
- attribute: cloud.resource_id
regex: "^arn:aws:lambda:([^:]*):([0-9]*):function:([^:]*)$"
relationship:
expires: P75M
relationshipType: CALLS
Expand Down

0 comments on commit 62a7238

Please sign in to comment.