Class GuiceMetricNames
java.lang.Object
com.peterphi.std.guice.common.metrics.GuiceMetricNames
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
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)
-
Field Details
-
RETRY_CALLS
- See Also:
-
RETRY_ATTEMPTS
- See Also:
-
RETRY_ATTEMPT_FAILURES
- See Also:
-
RETRY_TOTAL_FAILURES
- See Also:
-
HTTP_CALLS_TIMER
- See Also:
-
HTTP_EXCEPTIONS_METER
- See Also:
-
HTTP_404_EXCEPTIONS_METER
- See Also:
-
HTTP_IGNORED_CLIENT_ABORTS
- See Also:
-
TRANSACTION_CALLS_TIMER
- See Also:
-
TRANSACTION_OWNER_CALLS_TIMER
- See Also:
-
TRANSACTION_ERROR_ROLLBACK_METER
- See Also:
-
TRANSACTION_COMMIT_FAILURE_METER
- See Also:
-
THYMELEAF_CALL_TIMER
- See Also:
-
THYMELEAF_RENDER_EXCEPTION_METER
- See Also:
-
AUTH_CONSTRAINT_CALL_METER
- See Also:
-
AUTH_CONSTRAINT_GRANTED_METER
- See Also:
-
AUTH_CONSTRAINT_DENIED_METER
- See Also:
-
AUTH_CONSTRAINT_AUTHENTICATED_DENIED_METER
- See Also:
-
CACHE_HITS
- See Also:
-
CACHE_MISSES
- See Also:
-
-
Method Details
-
name
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)- Parameters:
clazz
-names
-- Returns:
-