public interface Configuration
| Modifier and Type | Field and Description |
|---|---|
static String |
AUDIT_LOGGER_NAME
Logger name to be used for application audit logging
|
static String |
DEBUG_LOGGER_NAME
Logger name to be used for debug logging
|
static String |
ERROR_LOGGER_NAME
Logger name to be used for error logging
|
static String |
GENERAL_LOGGER_NAME
Logger name to be used for application general logging
|
static String |
MDC_ALERT_SEVERITY
The severity can be used to map to severity in alert messages eg.
|
static String |
MDC_BEGIN_TIMESTAMP
Date-time of the start of a request activity
|
static String |
MDC_ELAPSED_TIME
Elapsed time to complete processing of an API or request at the granularity available to the component system.
|
static String |
MDC_END_TIMESTAMP
Date-time of the end of a request activity
|
static String |
MDC_INSTANCE_UUID
The instanceUUID can be used to differentiate between multiple instances of the same (named), log writing service/application
|
static String |
MDC_KEY_REQUEST_ID
The requestID is primarily used to track the processing of a request referencing
a single instance of a service through the various sub-components.
|
static String |
MDC_PARTNER_NAME
Client or user invoking the API
|
static String |
MDC_PROCESS_KEY
Optional field
|
static String |
MDC_REMOTE_HOST
The remote host name/ip address making the request
|
static String |
MDC_RESPONSE_CODE
Application specific response code
|
static String |
MDC_RESPONSE_DESC
Human readable description of the application specific response code
|
static String |
MDC_SERVER_FQDN
The serverFQDN can be used to log the host server's FQDN.
|
static String |
MDC_SERVER_IP_ADDRESS
The serverIPAddress can be used to log the host server's IP address.
|
static String |
MDC_SERVICE_INSTANCE_ID
The serviceInstanceID can be used to uniquely identity a service instance.
|
static String |
MDC_SERVICE_NAME
The serviceName can be used identify the name of the service.
|
static String |
MDC_STATUS_CODE
High level success or failure of the request (COMPLETE or ERROR)
|
static String |
MDC_TARGET_ENTITY
ECOMP component/subcomponent or non-ECOMP entity which is invoked for this suboperation
|
static String |
MDC_TARGET_SERVICE_NAME
External API/operation activities invoked on TargetEntity (ECOMP component/subcomponent or non-ECOMP entity)
|
static String |
MDC_TARGET_VIRTUAL_ENTITY
Target VNF or VM being acted upon by the component
|
static String |
METRICS_LOGGER_NAME
Logger name to be used for application metrics logging
|
static String |
PERF_LOGGER_NAME
Logger name to be used for application performance metrics
|
static String |
POLICY_LOGGER_NAME
Logger name to be used for application policy logging
|
static String |
PROPERTY_LOGGING_FILE_NAME
The name of the property used to define the filename for the logback configuration
|
static String |
PROPERTY_LOGGING_FILE_PATH
The name of the property used to define the filename for the logback configuration
|
static String |
SECURITY_LOGGER_NAME
Logger name to be used for application security logging
|
static String |
SERVER_LOGGER_NAME
Logger name to be used for application server logging
|
static final String PROPERTY_LOGGING_FILE_NAME
static final String PROPERTY_LOGGING_FILE_PATH
static final String GENERAL_LOGGER_NAME
static final String METRICS_LOGGER_NAME
static final String PERF_LOGGER_NAME
static final String POLICY_LOGGER_NAME
static final String SECURITY_LOGGER_NAME
static final String SERVER_LOGGER_NAME
static final String AUDIT_LOGGER_NAME
static final String ERROR_LOGGER_NAME
static final String DEBUG_LOGGER_NAME
static final String MDC_KEY_REQUEST_ID
static final String MDC_SERVICE_INSTANCE_ID
static final String MDC_SERVICE_NAME
static final String MDC_INSTANCE_UUID
static final String MDC_SERVER_IP_ADDRESS
static final String MDC_SERVER_FQDN
static final String MDC_REMOTE_HOST
static final String MDC_ALERT_SEVERITY
static final String MDC_BEGIN_TIMESTAMP
static final String MDC_END_TIMESTAMP
static final String MDC_PARTNER_NAME
static final String MDC_STATUS_CODE
static final String MDC_RESPONSE_CODE
static final String MDC_RESPONSE_DESC
static final String MDC_ELAPSED_TIME
static final String MDC_PROCESS_KEY
static final String MDC_TARGET_ENTITY
static final String MDC_TARGET_SERVICE_NAME
static final String MDC_TARGET_VIRTUAL_ENTITY
Copyright © 2017. All rights reserved.