Skip to content

Commit

Permalink
Merge branch 'main' into NR-293100-2
Browse files Browse the repository at this point in the history
  • Loading branch information
AravindKumar8520 authored Nov 26, 2024
2 parents f63b938 + cb4e0d0 commit 729519f
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entity-types/infra-awsalb/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ synthesis:
prefix: Log
- attribute: aws.Arn
present: true
- attribute: aws.alb.loadBalancer
present: true
- attribute: entityId
present: true
tags:
Expand All @@ -42,6 +44,8 @@ synthesis:
prefix: Log
- attribute: aws.Arn
present: true
- attribute: aws.alb.loadBalancer
present: true
- attribute: entityId
present: false
tags:
Expand Down
4 changes: 4 additions & 0 deletions entity-types/infra-awselb/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ synthesis:
prefix: Log
- attribute: aws.Arn
present: true
- attribute: aws.elb.loadBalancer
present: true
- attribute: entityId
present: true
tags:
Expand All @@ -36,6 +38,8 @@ synthesis:
prefix: Log
- attribute: aws.Arn
present: true
- attribute: aws.elb.loadBalancer
present: true
- attribute: entityId
present: false
tags:
Expand Down
4 changes: 4 additions & 0 deletions entity-types/infra-awsnlb/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ synthesis:
prefix: Log
- attribute: aws.Arn
present: true
- attribute: aws.nlb.loadBalancer
present: true
- attribute: entityId
present: true
tags:
Expand All @@ -41,6 +43,8 @@ synthesis:
prefix: Log
- attribute: aws.Arn
present: true
- attribute: aws.nlb.loadBalancer
present: true
- attribute: entityId
present: false
tags:
Expand Down
6 changes: 6 additions & 0 deletions entity-types/uninstrumented-httpservice/definition.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
domain: UNINSTRUMENTED
type: HTTPSERVICE

configuration:
entityExpirationTime: FOUR_HOURS
alertable: false
18 changes: 18 additions & 0 deletions relationships/candidates/HTTPSERVICE.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
category: HTTPSERVICE
lookups:
- entityTypes:
- domain: APM
type: APPLICATION
- domain: EXT
type: SERVICE
tags:
matchingMode: ALL
predicates:
- tagKeys: ["nr.endpointHostname"]
field: hostname
onMatch:
onMultipleMatches: RELATE_ALL
onMiss:
action: CREATE_UNINSTRUMENTED
uninstrumented:
type: HTTPSERVICE

0 comments on commit 729519f

Please sign in to comment.