Skip to content

Commit

Permalink
publicise mbean traits
Browse files Browse the repository at this point in the history
  • Loading branch information
samspills committed Sep 8, 2023
1 parent d2759d5 commit 1c852f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package cats.effect.metrics
/**
* An MBean interfaces for monitoring when CPU starvation occurs.
*/
private[metrics] trait CpuStarvationMBean {
trait CpuStarvationMBean {

/**
* Returns the number of times CPU starvation has occurred.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package cats.effect.unsafe.metrics
/**
* An MBean interface for monitoring a [[WorkStealingThreadPool]] backed compute thread pool.
*/
private[unsafe] trait ComputePoolSamplerMBean {
trait ComputePoolSamplerMBean {

/**
* Returns the number of [[WorkerThread]] instances backing the [[WorkStealingThreadPool]].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package cats.effect.unsafe.metrics
/**
* An MBean interface for triggering live fiber snapshots.
*/
private[unsafe] trait LiveFiberSnapshotTriggerMBean {
trait LiveFiberSnapshotTriggerMBean {

/**
* Obtains a snapshot of the fibers currently live on the [[IORuntime]] which this fiber
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package cats.effect.unsafe.metrics
/**
* An MBean interface for monitoring a single [[WorkerThread]] [[LocalQueue]].
*/
private[unsafe] trait LocalQueueSamplerMBean {
trait LocalQueueSamplerMBean {

/**
* Returns the number of fibers enqueued on the monitored [[LocalQueue]].
Expand Down

0 comments on commit 1c852f1

Please sign in to comment.