Package | Description |
---|---|
com.espertech.esper.runtime.internal.metrics.codahale_metrics.metrics |
Metrics (Codahale).
|
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.util |
Metrics util classes (Codehale).
|
Modifier and Type | Method and Description |
---|---|
static Counter |
Metrics.newCounter(Class<?> klass,
String name)
Creates a new
Counter and registers it under the given class
and name. |
static Counter |
Metrics.newCounter(Class<?> klass,
String name,
String scope)
Creates a new
Counter and registers it under the given class
and name. |
static Counter |
Metrics.newCounter(MetricName metricName)
Creates a new
Counter and registers it under the given metric
name. |
Modifier and Type | Method and Description |
---|---|
Counter |
MetricsRegistry.newCounter(Class<?> klass,
String name)
Creates a new
Counter and registers it under the given class and name. |
Counter |
MetricsRegistry.newCounter(Class<?> klass,
String name,
String scope)
Creates a new
Counter and registers it under the given class and name. |
Counter |
MetricsRegistry.newCounter(MetricName metricName)
Creates a new
Counter and registers it under the given metric name. |
Modifier and Type | Method and Description |
---|---|
void |
MetricProcessor.processCounter(MetricName name,
Counter counter,
T context)
Process the given counter.
|
Modifier and Type | Method and Description |
---|---|
void |
CsvReporter.processCounter(MetricName name,
Counter counter,
CsvReporter.Context context) |
void |
JmxReporter.processCounter(MetricName name,
Counter counter,
com.espertech.esper.runtime.internal.metrics.codahale_metrics.metrics.reporting.JmxReporter.Context context) |
void |
ConsoleReporter.processCounter(MetricName name,
Counter counter,
PrintStream stream) |
Constructor and Description |
---|
DeathRattleExceptionHandler(Counter counter)
Creates a new
DeathRattleExceptionHandler with the given Counter . |
Copyright © 2005–2020. All rights reserved.