newrelic / node-newrelic

New Relic Node.js agent code base. Developers are welcome to create pull requests here, please see our contributing guidelines. For New Relic technical support, please go to http://support.newrelic.com.
Apache License 2.0
971 stars 399 forks source link

Fix kafkajs Node metric format #2457

Closed bizob2828 closed 2 months ago

bizob2828 commented 2 months ago

Description

We thought we were following the spec for the Kakfa node metrics but we added an extra /Named to the metric name. This was preventing the AWS entity relationship from properly linking

Acceptance Criteria

Create metrics for every consume or produce in the following format

MessageBroker/Kafka/Nodes/{server_name}/Produce/{topic_name} 
MessageBroker/Kafka/Nodes/{server_name}/Consume/{topic_name} 
workato-integration[bot] commented 2 months ago

https://new-relic.atlassian.net/browse/NR-302521