Package | Description |
---|---|
com.espertech.esper.runtime.internal.metrics.codahale_metrics.metrics.core |
Metrics core (Codehale).
|
com.espertech.esper.runtime.internal.metrics.codahale_metrics.metrics.reporting |
Metrics reporting (Codehale).
|
com.espertech.esper.runtime.internal.metrics.codahale_metrics.metrics.stats |
Metrics stats (Codehale).
|
Modifier and Type | Class and Description |
---|---|
static class |
Clock.CpuTimeClock
A clock implementation which returns the current thread's CPU time.
|
static class |
Clock.UserTimeClock
A clock implementation which returns the current time in epoch nanoseconds.
|
Modifier and Type | Method and Description |
---|---|
static Clock |
Clock.defaultClock()
The default clock to use.
|
Constructor and Description |
---|
MetricsRegistry(Clock clock)
Creates a new
MetricsRegistry with the given Clock instance. |
Constructor and Description |
---|
ConsoleReporter(MetricsRegistry metricsRegistry,
PrintStream out,
MetricPredicate predicate,
Clock clock,
TimeZone timeZone)
Creates a new
ConsoleReporter for a given metrics registry. |
ConsoleReporter(MetricsRegistry metricsRegistry,
PrintStream out,
MetricPredicate predicate,
Clock clock,
TimeZone timeZone,
Locale locale)
Creates a new
ConsoleReporter for a given metrics registry. |
CsvReporter(MetricsRegistry metricsRegistry,
MetricPredicate predicate,
File outputDir,
Clock clock)
Creates a new
CsvReporter which will write metrics from the given
MetricsRegistry which match the given MetricPredicate to CSV files in the
given output directory. |
Constructor and Description |
---|
ExponentiallyDecayingSample(int reservoirSize,
double alpha,
Clock clock)
Creates a new
ExponentiallyDecayingSample . |
Copyright © 2005–2020. All rights reserved.