Skip to content

Commit

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

0 comments on commit 9b3c224

Please sign in to comment.