Skip to content

Commit

Permalink
fix: Add the uninstrumented entities on miss
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjalee-NewRelic committed Feb 24, 2025
1 parent e348a5b commit dcdcce7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ lookups:
onMatch:
onMultipleMatches: RELATE_ALL
onMiss:
action: NO_OP
action: CREATE_UNINSTRUMENTED
uninstrumented:
type: AWSELASTICSEARCHCLUSTER
4 changes: 3 additions & 1 deletion relationships/candidates/AWSMQBROKER_EXPLICIT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ lookups:
onMatch:
onMultipleMatches: RELATE_ALL
onMiss:
action: NO_OP
action: CREATE_UNINSTRUMENTED
uninstrumented:
type: MQBROKER
4 changes: 3 additions & 1 deletion relationships/candidates/KAFKATOPIC_EXPLICIT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ lookups:
onMatch:
onMultipleMatches: RELATE_ALL
onMiss:
action: NO_OP
action: CREATE_UNINSTRUMENTED
uninstrumented:
type: KAFKATOPIC
4 changes: 3 additions & 1 deletion relationships/candidates/MEMCACHED_EXPLICIT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ lookups:
onMatch:
onMultipleMatches: RELATE_ALL
onMiss:
action: NO_OP
action: CREATE_UNINSTRUMENTED
uninstrumented:
type: MEMCACHED
4 changes: 3 additions & 1 deletion relationships/candidates/REDIS_EXPLICIT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ lookups:
onMatch:
onMultipleMatches: RELATE_ALL
onMiss:
action: NO_OP
action: CREATE_UNINSTRUMENTED
uninstrumented:
type: REDIS

0 comments on commit dcdcce7

Please sign in to comment.