NetworkTransportValue

org.typelevel.otel4s.semconv.trace.attributes.SemanticAttributes.NetworkTransportValue
See theNetworkTransportValue companion class

Attributes

Companion
class
Source
SemanticAttributes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Pipe extends NetworkTransportValue

Named or anonymous pipe.

Named or anonymous pipe.

Attributes

Source
SemanticAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Pipe.type
case object Tcp extends NetworkTransportValue

TCP.

TCP.

Attributes

Source
SemanticAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Tcp.type
case object Udp extends NetworkTransportValue

UDP.

UDP.

Attributes

Source
SemanticAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Udp.type
case object Unix extends NetworkTransportValue

Unix domain socket.

Unix domain socket.

Attributes

Source
SemanticAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Unix.type