JvmMemoryTypeValue

org.typelevel.otel4s.semconv.trace.attributes.SemanticAttributes.JvmMemoryTypeValue
See theJvmMemoryTypeValue 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 Heap extends JvmMemoryTypeValue

Heap memory.

Heap memory.

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
Heap.type
case object NonHeap extends JvmMemoryTypeValue

Non-heap memory.

Non-heap memory.

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
NonHeap.type