newrelic-java-agent
newrelic-java-agent copied to clipboard
Java agent is missing Queue as a TransportType as required by the agent specs for DT
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"
https://new-relic.atlassian.net/browse/NR-346973
could be a breaking change, Check with Erik on scope