Skip to content

NMS-19395: Added metricFilter to kafka-producer#8409

Open
christianpape wants to merge 2 commits intofoundation-2025from
jira/NMS-19395
Open

NMS-19395: Added metricFilter to kafka-producer#8409
christianpape wants to merge 2 commits intofoundation-2025from
jira/NMS-19395

Conversation

@christianpape
Copy link
Copy Markdown
Contributor

@christianpape christianpape requested a review from cgorantla April 1, 2026 12:43
@github-actions github-actions bot requested a review from indigo423 April 1, 2026 12:43
@github-actions github-actions bot added the docs label Apr 1, 2026
@christianpape christianpape requested review from synqotik and removed request for indigo423 April 1, 2026 12:43
@github-actions github-actions bot requested a review from indigo423 April 7, 2026 12:58
Copy link
Copy Markdown
Contributor

@cgorantla cgorantla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work. I have few comments to take care.

} else if (resource.hasGeneric() && !resource.getGeneric().getNode().getNodeLabel().isEmpty()) {
nodeLabel = resource.getGeneric().getNode().getNodeLabel();
}
return nodeLabel;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So what happens when CollectionSetResource has response time resources and we filter by nodeLabel ~= "Cisco". I think this might create different results as we are missing node in response time resources.

We might want to take #8186 for taking care of this.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I take care of #8186 and merge this PR first?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants