Skip to content

Commit

Permalink
feat: Infra container to EXT service relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
kolaarun committed Jul 26, 2024
1 parent 376efaf commit eac4159
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
relationships:
- name: nrInfraDockerContainerEXTService
version: "1"
origins:
- OpenTelemetry
conditions:
- attribute: eventType
anyOf: [ "Metric" ]
- attribute: entity.type
anyOf: ["SERVICE"]
relationship:
expires: P75M
relationshipType: HOSTS
source:
buildGuid:
account:
attribute: accountId
domain:
value: INFRA
type:
value: CONTAINER
valueInGuid: NA
identifier:
fragments:
value: "docker:"
- attribute: container.id
hashAlgorithm: FARM_HASH
target:
extractGuid:
attribute: entity.guid
entityType:
attribute: entity.type

0 comments on commit eac4159

Please sign in to comment.