Skip to content

Commit

Permalink
Update attributes as per semantic convention and add more conditions (
Browse files Browse the repository at this point in the history
…#1925)

* feat: Added kiness delivery stream

* feat: Added relationship condition

* fix: Added apm kinesis relation file

* fix:Removed apm relation file

* fix: Add new condition

* fix: Added quotes in array

* fix: Updated the tagkeys

* fix: Updated the semantic and add more attributes

* fix: Updated attributes and name

---------

Co-authored-by: Otávio Carvalho <[email protected]>
  • Loading branch information
vinaykonatala and otaviocarvalho authored Feb 20, 2025
1 parent 4520436 commit 9f8cf13
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions relationships/synthesis/EXT-SERVICE-to-INFRA-AWSLAMBDAALIAS.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
relationships:
- name: extServiceCallsInfraAwsLambdaAlias
- name: extServiceCallsAwsLambdaAlias_Explicit
version: "1"
origins:
- Distributed Tracing
- OpenTelemetry
conditions:
- attribute: eventType
anyOf: [ "Span"]
- attribute: rpc.service
anyOf: [ "Lambda" ]
anyOf: [ "Log", "Span" ]
- attribute: newrelic.source
anyOf: [ "api.logs.otlp", "api.traces.otlp" ]
- attribute: entity.type
anyOf: [ "SERVICE" ]
- attribute: newrelic.aws_metric_streams.arn
regex: "^arn:aws:lambda:([^:]*):([^:]*):function:([^:]*):([^/]*)$"
relationship:
expires: P75M
relationshipType: CALLS
Expand All @@ -19,4 +24,4 @@ relationships:
candidateCategory: AWSLAMBDAALIAS
fields:
- field: awsLambdaAliasArn
attribute: cloud.resource_id
attribute: newrelic.aws_metric_streams.arn

0 comments on commit 9f8cf13

Please sign in to comment.