Package io.apicurio.registry.metrics
Interface MetricsConstants
-
public interface MetricsConstantsMetrics naming constants.See: - https://micrometer.io/docs/concepts#_naming_meters - https://prometheus.io/docs/practices/naming/ (Micrometer abstracts some naming aspects.)
- Author:
- Jakub Senko 'jsenko@redhat.com'
-
-
Field Summary
Fields Modifier and Type Field Description static StringREST_PREFIXstatic StringREST_REQUESTSstatic StringREST_REQUESTS_DESCRIPTIONstatic StringREST_REQUESTS_TAG_METHODstatic StringREST_REQUESTS_TAG_PATHstatic StringREST_REQUESTS_TAG_STATUS_CODE_FAMILYstatic StringREST_REQUESTS_TAG_TENANTstatic StringSTORAGE_METHOD_CALLstatic StringSTORAGE_METHOD_CALL_DESCRIPTIONstatic StringSTORAGE_METHOD_CALL_TAG_METHODstatic StringSTORAGE_METHOD_CALL_TAG_SUCCESSstatic StringSTORAGE_METHOD_CALL_TAG_TENANTstatic StringSTORAGE_PREFIX
-
-
-
Field Detail
-
REST_PREFIX
static final String REST_PREFIX
- See Also:
- Constant Field Values
-
REST_REQUESTS
static final String REST_REQUESTS
- See Also:
- Constant Field Values
-
REST_REQUESTS_DESCRIPTION
static final String REST_REQUESTS_DESCRIPTION
- See Also:
- Constant Field Values
-
REST_REQUESTS_TAG_TENANT
static final String REST_REQUESTS_TAG_TENANT
- See Also:
- Constant Field Values
-
REST_REQUESTS_TAG_PATH
static final String REST_REQUESTS_TAG_PATH
- See Also:
- Constant Field Values
-
REST_REQUESTS_TAG_METHOD
static final String REST_REQUESTS_TAG_METHOD
- See Also:
- Constant Field Values
-
REST_REQUESTS_TAG_STATUS_CODE_FAMILY
static final String REST_REQUESTS_TAG_STATUS_CODE_FAMILY
- See Also:
- Constant Field Values
-
STORAGE_PREFIX
static final String STORAGE_PREFIX
- See Also:
- Constant Field Values
-
STORAGE_METHOD_CALL
static final String STORAGE_METHOD_CALL
- See Also:
- Constant Field Values
-
STORAGE_METHOD_CALL_DESCRIPTION
static final String STORAGE_METHOD_CALL_DESCRIPTION
- See Also:
- Constant Field Values
-
STORAGE_METHOD_CALL_TAG_TENANT
static final String STORAGE_METHOD_CALL_TAG_TENANT
- See Also:
- Constant Field Values
-
STORAGE_METHOD_CALL_TAG_METHOD
static final String STORAGE_METHOD_CALL_TAG_METHOD
- See Also:
- Constant Field Values
-
STORAGE_METHOD_CALL_TAG_SUCCESS
static final String STORAGE_METHOD_CALL_TAG_SUCCESS
- See Also:
- Constant Field Values
-
-