Package fr.gouv.vitam.common.metrics
Class VitamMetricsNames
- java.lang.Object
-
- fr.gouv.vitam.common.metrics.VitamMetricsNames
-
public class VitamMetricsNames extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
VITAM_ALERT_COUNTER
Vitam alert service counter per log_level Type: Counter Labels: "log_level"static java.lang.String
VITAM_CONSISTENCY_ERRORS_COUNT
Vitam consistency errors counter Type: Counter Labels: "tenant", "service"static java.lang.String
VITAM_METADATA_LOG_SHIPPING_DURATION
Vitam metadata effective log shipping histogram duration metric Type: Histogram Labels: "collection"static java.lang.String
VITAM_METADATA_LOG_SHIPPING_TOTAL
Vitam metadata log shipping events counter for all events.static java.lang.String
VITAM_PROCESSING_WORKER_CURRENT_TASK_TOTAL
Current number of worker tasks instantiated by the distributor.static java.lang.String
VITAM_PROCESSING_WORKER_REGISTERED_TOTAL
Current number of workers Type : Gauge Labels: "worker_family"static java.lang.String
VITAM_PROCESSING_WORKER_TASK_EXECUTION_DURATION_SECONDS
Worker tasks execution duration.static java.lang.String
VITAM_PROCESSING_WORKER_TASK_IDLE_DURATION_IN_QUEUE_SECONDS
Worker tasks waiting time since task creation until task dequeue from the queue.static java.lang.String
VITAM_PROCESSING_WORKER_TASK_IN_QUEUE_TOTAL
Current number of worker tasks in the queue Type: Gauge Labels: "worker_family"static java.lang.String
VITAM_PROCESSING_WORKFLOW_OPERATION_TOTAL
Vitam operation count per state and status Type: Gauge Labels: "workflow", "state", "status"static java.lang.String
VITAM_PROCESSING_WORKFLOW_STEP_EXECUTION_DURATION_SECONDS
ProcessWorkflow step execution duration.static java.lang.String
VITAM_RECONSTRUCTION_DURATION
Vitam metadata reconstruction histogram metric Type: Histogram Labels: "tenant", "container"static java.lang.String
VITAM_REQUESTS_SIZE_BYTES
Vitam requests size in bytes per tenant and method Type: Summary Labels: "tenant", "method"static java.lang.String
VITAM_RESPONSES_SIZE_BYTES
Vitam responses size in bytes per tenant and method Type: Summary Labels: "tenant", "methodstatic java.lang.String
VITAM_STORAGE_DOWNLOAD_SIZE_BYTES
Vitam storage download objects from offers size in bytes per tenant, strategy, offer_id, origin of request (normal, traceability, offer_sync) and data_category Type: Summary Labels: "tenant", "strategy", "offer_id", "origin", "data_category"static java.lang.String
VITAM_STORAGE_UPLOAD_SIZE_BYTES
Vitam storage upload objects to offers size in bytes per tenant, strategy, offer_id, data_category, origin (normal, bulk, offer_sync), and per attempt Type: Summary Labels: "tenant", "strategy", "offer_id", "data_category", "origin", "attempt"
-
-
-
Field Detail
-
VITAM_REQUESTS_SIZE_BYTES
public static final java.lang.String VITAM_REQUESTS_SIZE_BYTES
Vitam requests size in bytes per tenant and method Type: Summary Labels: "tenant", "method"- See Also:
- Constant Field Values
-
VITAM_RESPONSES_SIZE_BYTES
public static final java.lang.String VITAM_RESPONSES_SIZE_BYTES
Vitam responses size in bytes per tenant and method Type: Summary Labels: "tenant", "method- See Also:
- Constant Field Values
-
VITAM_STORAGE_UPLOAD_SIZE_BYTES
public static final java.lang.String VITAM_STORAGE_UPLOAD_SIZE_BYTES
Vitam storage upload objects to offers size in bytes per tenant, strategy, offer_id, data_category, origin (normal, bulk, offer_sync), and per attempt Type: Summary Labels: "tenant", "strategy", "offer_id", "data_category", "origin", "attempt"- See Also:
- Constant Field Values
-
VITAM_STORAGE_DOWNLOAD_SIZE_BYTES
public static final java.lang.String VITAM_STORAGE_DOWNLOAD_SIZE_BYTES
Vitam storage download objects from offers size in bytes per tenant, strategy, offer_id, origin of request (normal, traceability, offer_sync) and data_category Type: Summary Labels: "tenant", "strategy", "offer_id", "origin", "data_category"- See Also:
- Constant Field Values
-
VITAM_ALERT_COUNTER
public static final java.lang.String VITAM_ALERT_COUNTER
Vitam alert service counter per log_level Type: Counter Labels: "log_level"- See Also:
- Constant Field Values
-
VITAM_CONSISTENCY_ERRORS_COUNT
public static final java.lang.String VITAM_CONSISTENCY_ERRORS_COUNT
Vitam consistency errors counter Type: Counter Labels: "tenant", "service"- See Also:
- Constant Field Values
-
VITAM_PROCESSING_WORKFLOW_OPERATION_TOTAL
public static final java.lang.String VITAM_PROCESSING_WORKFLOW_OPERATION_TOTAL
Vitam operation count per state and status Type: Gauge Labels: "workflow", "state", "status"- See Also:
- Constant Field Values
-
VITAM_PROCESSING_WORKER_TASK_IN_QUEUE_TOTAL
public static final java.lang.String VITAM_PROCESSING_WORKER_TASK_IN_QUEUE_TOTAL
Current number of worker tasks in the queue Type: Gauge Labels: "worker_family"- See Also:
- Constant Field Values
-
VITAM_PROCESSING_WORKER_CURRENT_TASK_TOTAL
public static final java.lang.String VITAM_PROCESSING_WORKER_CURRENT_TASK_TOTAL
Current number of worker tasks instantiated by the distributor. In queue or waiting to be added to the queue Type: Gauge Labels: "worker_family", "workflow", "step_name"- See Also:
- Constant Field Values
-
VITAM_PROCESSING_WORKER_REGISTERED_TOTAL
public static final java.lang.String VITAM_PROCESSING_WORKER_REGISTERED_TOTAL
Current number of workers Type : Gauge Labels: "worker_family"- See Also:
- Constant Field Values
-
VITAM_PROCESSING_WORKER_TASK_EXECUTION_DURATION_SECONDS
public static final java.lang.String VITAM_PROCESSING_WORKER_TASK_EXECUTION_DURATION_SECONDS
Worker tasks execution duration. From call of worker until receiving the response. Task contains one or collection of elements to send to workers Type: Histogram Labels: "worker_family", "worker_name", "workflow", "step_name"- See Also:
- Constant Field Values
-
VITAM_PROCESSING_WORKER_TASK_IDLE_DURATION_IN_QUEUE_SECONDS
public static final java.lang.String VITAM_PROCESSING_WORKER_TASK_IDLE_DURATION_IN_QUEUE_SECONDS
Worker tasks waiting time since task creation until task dequeue from the queue. Task contains one or collection of elements to send to workers Type: Histogram Labels: "worker_family", "workflow", "step_name"- See Also:
- Constant Field Values
-
VITAM_PROCESSING_WORKFLOW_STEP_EXECUTION_DURATION_SECONDS
public static final java.lang.String VITAM_PROCESSING_WORKFLOW_STEP_EXECUTION_DURATION_SECONDS
ProcessWorkflow step execution duration. From call of distributor until receiving the response Type: Histogram Labels: "workflow", "step_name"- See Also:
- Constant Field Values
-
VITAM_METADATA_LOG_SHIPPING_DURATION
public static final java.lang.String VITAM_METADATA_LOG_SHIPPING_DURATION
Vitam metadata effective log shipping histogram duration metric Type: Histogram Labels: "collection"- See Also:
- Constant Field Values
-
VITAM_METADATA_LOG_SHIPPING_TOTAL
public static final java.lang.String VITAM_METADATA_LOG_SHIPPING_TOTAL
Vitam metadata log shipping events counter for all events. Even for those with response already running Type: Counter- See Also:
- Constant Field Values
-
VITAM_RECONSTRUCTION_DURATION
public static final java.lang.String VITAM_RECONSTRUCTION_DURATION
Vitam metadata reconstruction histogram metric Type: Histogram Labels: "tenant", "container"- See Also:
- Constant Field Values
-
-