JvmAttributes

org.typelevel.otel4s.semconv.attributes.JvmAttributes
object JvmAttributes

Attributes

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

Members list

Type members

Classlikes

abstract class JvmMemoryTypeValue(val value: String)

Values for JvmMemoryType.

Values for JvmMemoryType.

Attributes

Companion
object
Source
JvmAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Heap
object NonHeap

Attributes

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

Values for JvmThreadState.

Values for JvmThreadState.

Attributes

Companion
object
Source
JvmAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Blocked
object New
object Runnable
object Terminated
object TimedWaiting
object Waiting
Show all

Attributes

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

Value members

Concrete fields

val JvmGcAction: AttributeKey[String]

Name of the garbage collector action.

Name of the garbage collector action.

Attributes

Note

  • Garbage collector action is generally obtained via <a href="https://docs.oracle.com/en/java/javase/11/docs/api/jdk.management/com/sun/management/GarbageCollectionNotificationInfo.html#getGcAction()">GarbageCollectionNotificationInfo#getGcAction().

Source
JvmAttributes.scala
val JvmGcName: AttributeKey[String]

Name of the garbage collector.

Name of the garbage collector.

Attributes

Note

  • Garbage collector name is generally obtained via <a href="https://docs.oracle.com/en/java/javase/11/docs/api/jdk.management/com/sun/management/GarbageCollectionNotificationInfo.html#getGcName()">GarbageCollectionNotificationInfo#getGcName().

Source
JvmAttributes.scala

Name of the memory pool.

Name of the memory pool.

Attributes

Note

  • Pool names are generally obtained via <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.management/java/lang/management/MemoryPoolMXBean.html#getName()">MemoryPoolMXBean#getName().

Source
JvmAttributes.scala

The type of memory.

The type of memory.

Attributes

Source
JvmAttributes.scala

Whether the thread is daemon or not.

Whether the thread is daemon or not.

Attributes

Source
JvmAttributes.scala

State of the thread.

State of the thread.

Attributes

Source
JvmAttributes.scala