public class MeterAndCounter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COUNTER
suffix for counters: ".counter"
|
static String |
METER
suffix for meters: ".meter"
|
| Constructor and Description |
|---|
MeterAndCounter(com.codahale.metrics.MetricRegistry metrics,
Class clazz,
String name)
Construct an instance
|
MeterAndCounter(com.codahale.metrics.MetricRegistry metrics,
String name)
Construct an instance
|
public static final String COUNTER
public static final String METER
public MeterAndCounter(com.codahale.metrics.MetricRegistry metrics,
String name)
metrics - metrics to bond toname - name before suffixes are appendedCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.