newrelic-java-agent icon indicating copy to clipboard operation
newrelic-java-agent copied to clipboard

Java agent is missing Queue as a TransportType as required by the agent specs for DT

Open elucus opened this issue 1 year ago • 2 comments

It looks like the Java agent is missing Queue as a TransportType as listed in the agent specs. In the agent and code:

public enum TransportType { Unknown, HTTP, HTTPS, Kafka, JMS, IronMQ, AMQP, Other }

The agent spec lists these and the DT team said they are required:

 

The parent.transportType intrinsic attribute's value may be one of these valid types:

"Unknown"

"HTTP"

"HTTPS"

"Kafka"

"JMS"

"IronMQ"

"AMQP"

"Queue"

"Other"

elucus avatar Dec 06 '24 17:12 elucus

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

could be a breaking change, Check with Erik on scope

kmudduluru avatar Jan 16 '25 16:01 kmudduluru