NetSockFamilyValue

org.typelevel.otel4s.semconv.trace.attributes.SemanticAttributes.NetSockFamilyValue
See theNetSockFamilyValue 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 Inet extends NetSockFamilyValue

IPv4 address.

IPv4 address.

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
Inet.type
case object Inet6 extends NetSockFamilyValue

IPv6 address.

IPv6 address.

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
Inet6.type
case object Unix extends NetSockFamilyValue

Unix domain socket path.

Unix domain socket path.

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