Package | Description |
---|---|
com.couchbase.client.core.env | |
com.couchbase.client.core.metrics |
Modifier and Type | Method and Description |
---|---|
MetricsCollector |
DefaultCoreEnvironment.runtimeMetricsCollector() |
MetricsCollector |
CoreEnvironment.runtimeMetricsCollector()
Returns the collector responsible for aggregating and publishing runtime information like gc and memory.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LatencyMetricsCollector<I extends LatencyMetricsIdentifier>
A collector which collects and emits latency measurements.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLatencyMetricsCollector<I extends LatencyMetricsIdentifier,E extends LatencyMetricsEvent>
The default abstract implementation for a latency metrics collector.
|
class |
AbstractMetricsCollector
A common base class for all metrics collectors which emit events.
|
class |
NetworkLatencyMetricsCollector
The collector for core network latencies.
|
class |
RuntimeMetricsCollector
A
MetricsCollector which collects and emits system information like gc, memory or thread usage. |
Copyright © 2016 Couchbase, Inc.. All rights reserved.