Package io.apicurio.multitenant.metrics
Interface MetricsConstants
-
public interface MetricsConstants
Metrics 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 String
REST_PREFIX
static String
REST_REQUESTS
static String
REST_REQUESTS_COUNTER
static String
REST_REQUESTS_COUNTER_DESCRIPTION
static String
REST_REQUESTS_TAG_METHOD
static String
REST_REQUESTS_TAG_PATH
static String
REST_REQUESTS_TAG_STATUS_CODE_FAMILY
static String
REST_REQUESTS_TIMER_DESCRIPTION
static String
TAG_USAGE_TENANTS_STATUS
static String
USAGE_DELETING_TENANTS
static String
USAGE_TENANTS
-
-
-
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_TIMER_DESCRIPTION
static final String REST_REQUESTS_TIMER_DESCRIPTION
- See Also:
- Constant Field Values
-
REST_REQUESTS_COUNTER
static final String REST_REQUESTS_COUNTER
- See Also:
- Constant Field Values
-
REST_REQUESTS_COUNTER_DESCRIPTION
static final String REST_REQUESTS_COUNTER_DESCRIPTION
- 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
-
USAGE_TENANTS
static final String USAGE_TENANTS
- See Also:
- Constant Field Values
-
USAGE_DELETING_TENANTS
static final String USAGE_DELETING_TENANTS
- See Also:
- Constant Field Values
-
TAG_USAGE_TENANTS_STATUS
static final String TAG_USAGE_TENANTS_STATUS
- See Also:
- Constant Field Values
-
-