From 1ce56fee1df3f75dacfac5c077e2a5711f3cb10d Mon Sep 17 00:00:00 2001 From: dsankaraganti Date: Thu, 16 Jan 2025 19:15:18 +0530 Subject: [PATCH] feat: Removed capture using for relationships (#1864) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: Adding confluent cloud cluster entity * feat: Adding confluent cloud cluster entity metrics * feat: NR-258723 dashboard metric query syntax issue fix * feat: NR-346401 adding new confluent cloud kafka topic entity * feat: Changed folder name * Adding APM entity to ConfluentCloudKafkaTopic entity relationship * Adding APM entity to ConfluentCloudKafkaTopic entity relationship * feat: NR-346406 adding new relationship CONFLUENTCLOUDCLUSTER MANAGES CONFLUENTCLOUDKAFKATOPIC * feat: NR-346406 using existing category and added new lookup for kafka topic * feat: Adding tags for confluent kafka topic * feat: Adding test jsons * feat: Adding topic name in tags for relationships * feat: Renaming relationship file * feat: Revert renaming relationship file * feat: Removed capture using for relationships --------- Co-authored-by: Otávio Carvalho --- relationships/synthesis/APM-APPLICATION-to-KAFKATOPIC.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/relationships/synthesis/APM-APPLICATION-to-KAFKATOPIC.yml b/relationships/synthesis/APM-APPLICATION-to-KAFKATOPIC.yml index 3ac6104fb..a2d066074 100644 --- a/relationships/synthesis/APM-APPLICATION-to-KAFKATOPIC.yml +++ b/relationships/synthesis/APM-APPLICATION-to-KAFKATOPIC.yml @@ -73,8 +73,7 @@ relationships: candidateCategory: KAFKATOPIC fields: - field: bootstrapServers - capture: - attribute: metricName__4 + attribute: metricName__4 - field: topic attribute: metricName__6 @@ -96,7 +95,6 @@ relationships: candidateCategory: KAFKATOPIC fields: - field: bootstrapServers - capture: - attribute: metricName__4 + attribute: metricName__4 - field: topic attribute: metricName__6 \ No newline at end of file