| Package | Description |
|---|---|
| org.smallmind.instrument | |
| org.smallmind.instrument.aop |
| Modifier and Type | Class and Description |
|---|---|
class |
Instrument<M extends Metric> |
class |
InstrumentAndReturn<M extends Metric,T> |
class |
InstrumentationArguments<M extends Metric> |
static interface |
Metrics.MetricBuilder<M extends Metric> |
| Modifier and Type | Class and Description |
|---|---|
class |
Chronometer |
class |
Histogram |
class |
Meter |
class |
Register |
class |
Speedometer |
| Modifier and Type | Method and Description |
|---|---|
static <M extends Metric> |
InstrumentationManager.execute(Instrument<M> instrument) |
static <M extends Metric,T> |
InstrumentationManager.execute(InstrumentAndReturn<M,T> instrumentAndReturn) |
<M extends Metric> |
MetricRegistry.instrument(Metrics.MetricBuilder<M> builder,
String domain,
MetricProperty... properties) |
| Modifier and Type | Method and Description |
|---|---|
static <M extends Metric> |
MetricSupplier.get(String key,
Class<M> metricClass) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MetricSupplier.push(String key,
Metric metric) |
Copyright © 2013. All Rights Reserved.