ProcessMetricsCollector

class ProcessMetricsCollector(ec: ExecutionContext) extends ScheduledAction
Companion:
object
trait ScheduledAction
trait Module
class Object
trait Matchable
class Any

Type members

Classlikes

final class HiccupMonitor(hiccupTimeMetric: Timer, duration: Duration) extends Thread

Value members

Concrete methods

override def reconfigure(newConfig: Config): Unit

Signals that a new configuration object has been provided to Kamon. Modules should ensure that their internal settings are in sync with the provided configuration.

Signals that a new configuration object has been provided to Kamon. Modules should ensure that their internal settings are in sync with the provided configuration.

Definition Classes
Module
override def run(): Unit
Definition Classes
ScheduledAction
override def stop(): Unit

Signals that the module should be stopped and all acquired resources, if any, should be released.

Signals that the module should be stopped and all acquired resources, if any, should be released.

Definition Classes
Module