Skip to content

Commit

Permalink
feat: Adding candidate and relationship btw apm and kinesis delivery …
Browse files Browse the repository at this point in the history
…stream (#1783)

* feat: Added kiness delivery stream

* feat: Added relationship condition

* fix: Added apm kinesis relation file

* fix:Removed apm relation file

* fix: Add new condition

* feat: created apm to kinesis delivery stream realationship

* fix:Removed Otel related relationship file

* Updated the cloud platform attribute

---------

Co-authored-by: nr-cmorenoin <[email protected]>
  • Loading branch information
vinaykonatala and nr-cmorenoin authored Dec 9, 2024
1 parent e0a8c8c commit 57cd2c0
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
relationships:
- name: apmCallsInfraKinesisDeliveryStream
version: "1"
origins:
- Distributed Tracing
conditions:
- attribute: eventType
anyOf: [ "Span" ]
- attribute: cloud.platform
anyOf: [ "aws_kinesis_delivery_streams" ]
- attribute: cloud.resource_id
regex: "^arn:aws:firehose:([^:]*):([^:]*):deliverystream\/([^:]*)"
relationship:
expires: P75M
relationshipType: CALLS
source:
extractGuid:
attribute: entity.guid
target:
lookupGuid:
candidateCategory: AWSKINESISDELIVERYSTREAM
fields:
- field: cloudResourceId
attribute: cloud.resource_id

0 comments on commit 57cd2c0

Please sign in to comment.