kamon.instrumentation.system.host

Type members

Classlikes

class HostMetricsCollector(ec: ExecutionContext) extends ScheduledAction

Collects CPU, Memory, Swap, Storage and Network metrics. The metrics collection is split into two groups: frequent and infrequent collector; the frequent collector records metrics that are highly volatile and do not accumulate over time, like the CPU usage, while the infrequent collector focuses on metrics that can be updated less frequently like swap and memory usage and cumulative metrics like network and storage usage.

Collects CPU, Memory, Swap, Storage and Network metrics. The metrics collection is split into two groups: frequent and infrequent collector; the frequent collector records metrics that are highly volatile and do not accumulate over time, like the CPU usage, while the infrequent collector focuses on metrics that can be updated less frequently like swap and memory usage and cumulative metrics like network and storage usage.

Companion:
object
Companion:
class