Skip to content

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

Open
@elucus

Description

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"

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    • Status

      Next Quarter Candidates

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions