JvmExperimentalAttributes

org.typelevel.otel4s.semconv.experimental.attributes.JvmExperimentalAttributes

Attributes

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

Members list

Type members

Classlikes

Attributes

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

Attributes

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

Deprecated classlikes

abstract class JvmMemoryTypeValue(val value: String)

Values for JvmMemoryType.

Values for JvmMemoryType.

Attributes

Companion
object
Deprecated
true
Source
JvmExperimentalAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Heap
object NonHeap
abstract class JvmThreadStateValue(val value: String)

Values for JvmThreadState.

Values for JvmThreadState.

Attributes

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

Value members

Concrete fields

Name of the buffer pool.

Name of the buffer 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/BufferPoolMXBean.html#getName()">BufferPoolMXBean#getName().

Source
JvmExperimentalAttributes.scala

Deprecated fields

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().

Deprecated
true
Source
JvmExperimentalAttributes.scala

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().

Deprecated
true
Source
JvmExperimentalAttributes.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().

Deprecated
true
Source
JvmExperimentalAttributes.scala

The type of memory.

The type of memory.

Attributes

Deprecated
true
Source
JvmExperimentalAttributes.scala

Whether the thread is daemon or not.

Whether the thread is daemon or not.

Attributes

Deprecated
true
Source
JvmExperimentalAttributes.scala

State of the thread.

State of the thread.

Attributes

Deprecated
true
Source
JvmExperimentalAttributes.scala