public interface MetricNamer
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNameForCounted(java.lang.reflect.Method method,
com.codahale.metrics.annotation.Counted counted) |
java.lang.String |
getNameForExceptionMetered(java.lang.reflect.Method method,
com.codahale.metrics.annotation.ExceptionMetered exceptionMetered) |
java.lang.String |
getNameForGauge(java.lang.reflect.Method method,
com.codahale.metrics.annotation.Gauge gauge) |
java.lang.String |
getNameForMetered(java.lang.reflect.Method method,
com.codahale.metrics.annotation.Metered metered) |
java.lang.String |
getNameForTimed(java.lang.reflect.Method method,
com.codahale.metrics.annotation.Timed timed) |
@Nonnull
java.lang.String getNameForCounted(@Nonnull
java.lang.reflect.Method method,
@Nonnull
com.codahale.metrics.annotation.Counted counted)
@Nonnull
java.lang.String getNameForExceptionMetered(@Nonnull
java.lang.reflect.Method method,
@Nonnull
com.codahale.metrics.annotation.ExceptionMetered exceptionMetered)
@Nonnull
java.lang.String getNameForGauge(@Nonnull
java.lang.reflect.Method method,
@Nonnull
com.codahale.metrics.annotation.Gauge gauge)
@Nonnull
java.lang.String getNameForMetered(@Nonnull
java.lang.reflect.Method method,
@Nonnull
com.codahale.metrics.annotation.Metered metered)
@Nonnull
java.lang.String getNameForTimed(@Nonnull
java.lang.reflect.Method method,
@Nonnull
com.codahale.metrics.annotation.Timed timed)