public final class GuiceMetricNames extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTH_CONSTRAINT_AUTHENTICATED_DENIED_METER |
static String |
AUTH_CONSTRAINT_CALL_METER |
static String |
AUTH_CONSTRAINT_DENIED_METER |
static String |
AUTH_CONSTRAINT_GRANTED_METER |
static String |
CACHE_HITS |
static String |
CACHE_MISSES |
static String |
HTTP_404_EXCEPTIONS_METER |
static String |
HTTP_CALLS_TIMER |
static String |
HTTP_EXCEPTIONS_METER |
static String |
HTTP_IGNORED_CLIENT_ABORTS |
static String |
RETRY_ATTEMPT_FAILURES |
static String |
RETRY_ATTEMPTS |
static String |
RETRY_CALLS |
static String |
RETRY_TOTAL_FAILURES |
static String |
THYMELEAF_CALL_TIMER |
static String |
THYMELEAF_RENDER_EXCEPTION_METER |
static String |
TRANSACTION_CALLS_TIMER |
static String |
TRANSACTION_COMMIT_FAILURE_METER |
static String |
TRANSACTION_ERROR_ROLLBACK_METER |
static String |
TRANSACTION_OWNER_CALLS_TIMER |
| Modifier and Type | Method and Description |
|---|---|
static String |
name(Class<?> clazz,
String... names)
Produces a sensible name for a path beneath a class, taking into account that the class provided might be enhanced by
guice
AOP (if it is then the class from the code will be used, rather than the generated AOP class name)
|
public static final String RETRY_CALLS
public static final String RETRY_ATTEMPTS
public static final String RETRY_ATTEMPT_FAILURES
public static final String RETRY_TOTAL_FAILURES
public static final String HTTP_CALLS_TIMER
public static final String HTTP_EXCEPTIONS_METER
public static final String HTTP_404_EXCEPTIONS_METER
public static final String HTTP_IGNORED_CLIENT_ABORTS
public static final String TRANSACTION_CALLS_TIMER
public static final String TRANSACTION_OWNER_CALLS_TIMER
public static final String TRANSACTION_ERROR_ROLLBACK_METER
public static final String TRANSACTION_COMMIT_FAILURE_METER
public static final String THYMELEAF_CALL_TIMER
public static final String THYMELEAF_RENDER_EXCEPTION_METER
public static final String AUTH_CONSTRAINT_CALL_METER
public static final String AUTH_CONSTRAINT_GRANTED_METER
public static final String AUTH_CONSTRAINT_DENIED_METER
public static final String AUTH_CONSTRAINT_AUTHENTICATED_DENIED_METER
public static final String CACHE_HITS
public static final String CACHE_MISSES
public static String name(Class<?> clazz, String... names)
clazz - names - Copyright © 2016. All rights reserved.