Package io.apicurio.registry.metrics
Interface MetricIDs
-
public interface MetricIDs
Metrics naming constants.- Author:
- Jakub Senko 'jsenko@redhat.com'
-
-
Field Summary
Fields Modifier and Type Field Description static String
REST_CONCURRENT_REQUEST_COUNT
static String
REST_CONCURRENT_REQUEST_COUNT_DESC
static String
REST_GROUP_TAG
static String
REST_REQUEST_COUNT
static String
REST_REQUEST_COUNT_DESC
static String
REST_REQUEST_RESPONSE_TIME
static String
REST_REQUEST_RESPONSE_TIME_DESC
static String
STORAGE_CONCURRENT_OPERATION_COUNT
static String
STORAGE_CONCURRENT_OPERATION_COUNT_DESC
static String
STORAGE_GROUP_TAG
static String
STORAGE_OPERATION_COUNT
static String
STORAGE_OPERATION_COUNT_DESC
static String
STORAGE_OPERATION_TIME
static String
STORAGE_OPERATION_TIME_DESC
-
-
-
Field Detail
-
REST_GROUP_TAG
static final String REST_GROUP_TAG
- See Also:
- Constant Field Values
-
REST_REQUEST_RESPONSE_TIME
static final String REST_REQUEST_RESPONSE_TIME
- See Also:
- Constant Field Values
-
REST_REQUEST_RESPONSE_TIME_DESC
static final String REST_REQUEST_RESPONSE_TIME_DESC
- See Also:
- Constant Field Values
-
REST_REQUEST_COUNT
static final String REST_REQUEST_COUNT
- See Also:
- Constant Field Values
-
REST_REQUEST_COUNT_DESC
static final String REST_REQUEST_COUNT_DESC
- See Also:
- Constant Field Values
-
REST_CONCURRENT_REQUEST_COUNT
static final String REST_CONCURRENT_REQUEST_COUNT
- See Also:
- Constant Field Values
-
REST_CONCURRENT_REQUEST_COUNT_DESC
static final String REST_CONCURRENT_REQUEST_COUNT_DESC
- See Also:
- Constant Field Values
-
STORAGE_GROUP_TAG
static final String STORAGE_GROUP_TAG
- See Also:
- Constant Field Values
-
STORAGE_OPERATION_TIME
static final String STORAGE_OPERATION_TIME
- See Also:
- Constant Field Values
-
STORAGE_OPERATION_TIME_DESC
static final String STORAGE_OPERATION_TIME_DESC
- See Also:
- Constant Field Values
-
STORAGE_OPERATION_COUNT
static final String STORAGE_OPERATION_COUNT
- See Also:
- Constant Field Values
-
STORAGE_OPERATION_COUNT_DESC
static final String STORAGE_OPERATION_COUNT_DESC
- See Also:
- Constant Field Values
-
STORAGE_CONCURRENT_OPERATION_COUNT
static final String STORAGE_CONCURRENT_OPERATION_COUNT
- See Also:
- Constant Field Values
-
STORAGE_CONCURRENT_OPERATION_COUNT_DESC
static final String STORAGE_CONCURRENT_OPERATION_COUNT_DESC
- See Also:
- Constant Field Values
-
-