NetworkExperimentalAttributes

org.typelevel.otel4s.semconv.experimental.attributes.NetworkExperimentalAttributes

Attributes

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

Members list

Type members

Classlikes

abstract class NetworkConnectionSubtypeValue(val value: String)

Attributes

Companion
object
Source
NetworkExperimentalAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Cdma
object Cdma20001xrtt
object Edge
object Ehrpd
object Evdo0
object EvdoA
object EvdoB
object Gprs
object Gsm
object Hsdpa
object Hspa
object Hspap
object Hsupa
object Iden
object Iwlan
object Lte
object LteCa
object Nr
object Nrnsa
object TdScdma
object Umts
Show all

Attributes

Companion
class
Source
NetworkExperimentalAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Self type
abstract class NetworkConnectionTypeValue(val value: String)

Values for NetworkConnectionType.

Values for NetworkConnectionType.

Attributes

Companion
object
Source
NetworkExperimentalAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Cell
object Unavailable
object Unknown
object Wifi
object Wired

Attributes

Companion
class
Source
NetworkExperimentalAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Self type
abstract class NetworkIoDirectionValue(val value: String)

Values for NetworkIoDirection.

Values for NetworkIoDirection.

Attributes

Companion
object
Source
NetworkExperimentalAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Receive
object Transmit

Attributes

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

Attributes

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

Attributes

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

Deprecated classlikes

abstract class NetworkTransportValue(val value: String)

Values for NetworkTransport.

Values for NetworkTransport.

Attributes

Companion
object
Deprecated
true
Source
NetworkExperimentalAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Pipe
object Tcp
object Udp
object Unix
abstract class NetworkTypeValue(val value: String)

Values for NetworkType.

Values for NetworkType.

Attributes

Companion
object
Deprecated
true
Source
NetworkExperimentalAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Ipv4
object Ipv6

Value members

Concrete fields

The ISO 3166-1 alpha-2 2-character country code associated with the mobile carrier network.

The ISO 3166-1 alpha-2 2-character country code associated with the mobile carrier network.

Attributes

Source
NetworkExperimentalAttributes.scala

The mobile carrier country code.

The mobile carrier country code.

Attributes

Source
NetworkExperimentalAttributes.scala

The mobile carrier network code.

The mobile carrier network code.

Attributes

Source
NetworkExperimentalAttributes.scala

The name of the mobile carrier.

The name of the mobile carrier.

Attributes

Source
NetworkExperimentalAttributes.scala

This describes more details regarding the connection.type.

This describes more details regarding the connection.type. It may be the type of cell technology connection, but it could be used for describing details about a wifi connection.

Attributes

Source
NetworkExperimentalAttributes.scala

The internet connection type.

The internet connection type.

Attributes

Source
NetworkExperimentalAttributes.scala

The network IO operation direction.

The network IO operation direction.

Attributes

Source
NetworkExperimentalAttributes.scala

Deprecated fields

Local address of the network connection - IP address or Unix domain socket name.

Local address of the network connection - IP address or Unix domain socket name.

Attributes

Deprecated
true
Source
NetworkExperimentalAttributes.scala

Local port number of the network connection.

Local port number of the network connection.

Attributes

Deprecated
true
Source
NetworkExperimentalAttributes.scala

Peer address of the network connection - IP address or Unix domain socket name.

Peer address of the network connection - IP address or Unix domain socket name.

Attributes

Deprecated
true
Source
NetworkExperimentalAttributes.scala

Peer port number of the network connection.

Peer port number of the network connection.

Attributes

Deprecated
true
Source
NetworkExperimentalAttributes.scala

OSI application layer or non-OSI equivalent.

OSI application layer or non-OSI equivalent.

Attributes

Note

  • The value SHOULD be normalized to lowercase.

Deprecated
true
Source
NetworkExperimentalAttributes.scala

The actual version of the protocol used for network communication.

The actual version of the protocol used for network communication.

Attributes

Note

  • If protocol version is subject to negotiation (for example using <a href="https://www.rfc-editor.org/rfc/rfc7301.html">ALPN), this attribute SHOULD be set to the negotiated version. If the actual protocol version is not known, this attribute SHOULD NOT be set.

Deprecated
true
Source
NetworkExperimentalAttributes.scala

OSI transport layer or <a href="https://wikipedia.org/wiki/Inter-process_communication">inter-process communication method.

OSI transport layer or <a href="https://wikipedia.org/wiki/Inter-process_communication">inter-process communication method.

Attributes

Note

  • The value SHOULD be normalized to lowercase.

  • Consider always setting the transport when setting a port number, since a port number is ambiguous without knowing the transport. For example different processes could be listening on TCP port 12345 and UDP port 12345.

Deprecated
true
Source
NetworkExperimentalAttributes.scala

OSI network layer or non-OSI equivalent.

OSI network layer or non-OSI equivalent.

Attributes

Note

  • The value SHOULD be normalized to lowercase.

Deprecated
true
Source
NetworkExperimentalAttributes.scala