Skip to content

Commit

Permalink
Use non-prefixed endpointHostname tag in HTTPSERVICE definition (#1804
Browse files Browse the repository at this point in the history
)

`nr.endpointHostname` will be used for the ingest tag produced by NR.
`endpointHostname` will be used by customers to manually tag their services.
  • Loading branch information
javimb authored Dec 10, 2024
1 parent 7fe67a2 commit 5a6ca9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relationships/candidates/HTTPSERVICE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ lookups:
- domain: EXT
type: SERVICE
tags:
matchingMode: ALL
matchingMode: ANY
predicates:
- tagKeys: ["nr.endpointHostname"]
- tagKeys: ["nr.endpointHostname", ""endpointHostname""]
field: hostname
onMatch:
onMultipleMatches: RELATE_ALL
Expand Down

0 comments on commit 5a6ca9e

Please sign in to comment.