Skip to content

Commit

Permalink
fix: Added support for another metric format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjalee-NewRelic committed Oct 16, 2024
1 parent 1d5898e commit 2ce7ad4
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions relationships/synthesis/APM-APPLICATION-to-INFRA-MQBROKER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ relationships:
- field: endpoint
attribute: server.address

- name: apmConsumesAwsMqTopic
- name: apmConsumesAwsMqBroker
version: "1"
origins:
- Distributed Tracing
Expand All @@ -41,4 +41,26 @@ relationships:
candidateCategory: AWSMQBROKER
fields:
- field: endpoint
attribute: server.address
attribute: server.address

- name: apmCallsAwsMqBroker
version: "1"
origins:
- Distributed Tracing
conditions:
- attribute: eventType
anyOf: [ "Span" ]
- attribute: name
regex: "OtherTransaction/Message/[^/]*/[^/]*"
relationship:
expires: P75M
relationshipType: CALLS
source:
extractGuid:
attribute: entity.guid
target:
lookupGuid:
candidateCategory: AWSMQBROKER
fields:
- field: endpoint
attribute: server.address

0 comments on commit 2ce7ad4

Please sign in to comment.