public interface MetricsCollectorConfig
A generic configuration for a metrics collector.
Modifier and Type | Method and Description |
---|---|
long |
emitFrequency()
The interval frequency when to emit the metrics.
|
TimeUnit |
emitFrequencyUnit()
The time unit for the emit frequency.
|
long emitFrequency()
The interval frequency when to emit the metrics.
Defaults to DefaultMetricsCollectorConfig.EMIT_FREQUENCY
.
TimeUnit emitFrequencyUnit()
The time unit for the emit frequency.
Defaults to DefaultMetricsCollectorConfig.EMIT_FREQUENCY_UNIT
.
Copyright © 2018 Couchbase, Inc.. All rights reserved.