Package fr.gouv.vitam.common.metrics
Class VitamMetricsNames
java.lang.Object
fr.gouv.vitam.common.metrics.VitamMetricsNames
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Vitam alert service counter per log_level Type: Counter Labels: "log_level"static final String
Vitam consistency errors counter Type: Counter Labels: "tenant", "service"static final String
Vitam functional administration reconstruction latency (is seconds) Type: Gauge Labels: "tenant", "collection" (supported collections: "accessionregisterdetail" & "accessionregistersymbolic")static final String
Vitam logbook operation reconstruction latency (is seconds) Type: Gauge Labels: "tenant"static final String
Vitam metadata graph reconstruction latency (is seconds) Type: Gauge Labels: "collection" ("unit" or "objectgroup")static final String
Vitam metadata effective log shipping histogram duration metric Type: Histogram Labels: "collection"static final String
Vitam metadata log shipping events counter for all events.static final String
Unit scroll duration Type: Histogram Labels: "collection"static final String
Vitam metadata stream documentsstatic final String
Vitam metadata document reconstruction latency (is seconds) Type: Gauge Labels: "tenant", "collection" ("unit" or "objectgroup"), strategystatic final String
Unit scroll duration Type: Histogram Labels: "collection"static final String
Vitam metadata stream documentsstatic final String
Current number of worker tasks instantiated by the distributor.static final String
Current number of workers Type : Gauge Labels: "worker_family"static final String
Worker tasks execution duration.static final String
Worker tasks waiting time since task creation until task dequeue from the queue.static final String
Current number of worker tasks in the queue Type: Gauge Labels: "worker_family"static final String
Vitam operation count per state and status Type: Gauge Labels: "workflow", "state", "status"static final String
ProcessWorkflow step execution duration.static final String
Vitam metadata reconstruction histogram metric Type: Histogram Labels: "tenant", "container"static final String
Vitam requests size in bytes per tenant and method Type: Summary Labels: "tenant", "method"static final String
Vitam responses size in bytes per tenant and method Type: Summary Labels: "tenant", "methodstatic final String
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 final String
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"static final String
Max cache capacity for vitam tape offer Type: Gauge Labels: Nonestatic final String
Total number of tapes with CONFLICT state Type: Gauge Labels: Nonestatic final String
Number of read orders with ERROR state Type: Gauge Labels: Nonestatic final String
Number of write orders with ERROR state Type: Gauge Labels: Nonestatic final String
Number of EXPIRED access requests Type: Gauge Labels: Nonestatic final String
Number of NON_READY access requests Type: Gauge Labels: Nonestatic final String
Number of READY access requests Type: Gauge Labels: Nonestatic final String
Number of read orders with READY state Type: Gauge Labels: Nonestatic final String
Number of write orders with READY state Type: Gauge Labels: Nonestatic final String
Number of read orders with RUNNING state Type: Gauge Labels: Nonestatic final String
Number of write orders with RUNNING state Type: Gauge Labels: Nonestatic final String
Total number of tapes with EMPTY state Type: Gauge Labels: Nonestatic final String
Total number of tapes with FULL state Type: Gauge Labels: Nonestatic final String
Number of KO worker drives for a vitam tape offer Type: Gauge Labels: "library"static final String
Total number of tapes with OPEN state Type: Gauge Labels: Nonestatic final String
Number of input files queued for archival Type: Gauge Labels: "bucket"static final String
Total size in bytes of input files queued for archival Type: Gauge Labels: "bucket"static final String
Execution duration of read orders of a Vitam tape storage offer Type: Histogram Labels: "bucket"static final String
Wait time (in queue) before execution of a read order of a Vitam tape storage offer Type: Histogram Labels: "bucket"static final String
Total number of worker drives for a vitam tape offer Type: Gauge Labels: "library"static final String
Current cache usage for vitam tape offer Type: Gauge Labels: Nonestatic final String
Execution duration of write orders of a Vitam tape storage offer Type: Histogram Labels: "bucket"static final String
Wait time (in queue) before execution of a write order of a Vitam tape storage offer Type: Histogram Labels: "bucket" -
Method Summary
-
Field Details
-
VITAM_REQUESTS_SIZE_BYTES
Vitam requests size in bytes per tenant and method Type: Summary Labels: "tenant", "method"- See Also:
-
VITAM_RESPONSES_SIZE_BYTES
Vitam responses size in bytes per tenant and method Type: Summary Labels: "tenant", "method- See Also:
-
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:
-
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:
-
VITAM_ALERT_COUNTER
Vitam alert service counter per log_level Type: Counter Labels: "log_level"- See Also:
-
VITAM_CONSISTENCY_ERRORS_COUNT
Vitam consistency errors counter Type: Counter Labels: "tenant", "service"- See Also:
-
VITAM_PROCESSING_WORKFLOW_OPERATION_TOTAL
Vitam operation count per state and status Type: Gauge Labels: "workflow", "state", "status"- See Also:
-
VITAM_PROCESSING_WORKER_TASK_IN_QUEUE_TOTAL
Current number of worker tasks in the queue Type: Gauge Labels: "worker_family"- See Also:
-
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:
-
VITAM_PROCESSING_WORKER_REGISTERED_TOTAL
Current number of workers Type : Gauge Labels: "worker_family"- See Also:
-
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:
-
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:
-
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:
-
VITAM_METADATA_UNIT_SCROLL_DURATION
Unit scroll duration Type: Histogram Labels: "collection"- See Also:
-
VITAM_METADATA_OBJECT_SCROLL_DURATION
Unit scroll duration Type: Histogram Labels: "collection"- See Also:
-
VITAM_METADATA_UNIT_SCROLL_TOTAL
Vitam metadata stream documents- See Also:
-
VITAM_METADATA_OBJECT_SCROLL_TOTAL
Vitam metadata stream documents- See Also:
-
VITAM_METADATA_LOG_SHIPPING_DURATION
Vitam metadata effective log shipping histogram duration metric Type: Histogram Labels: "collection"- See Also:
-
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:
-
VITAM_METADATA_RECONSTRUCTION_LATENCY_SECONDS
Vitam metadata document reconstruction latency (is seconds) Type: Gauge Labels: "tenant", "collection" ("unit" or "objectgroup"), strategy- See Also:
-
VITAM_METADATA_GRAPH_RECONSTRUCTION_LATENCY_SECONDS
Vitam metadata graph reconstruction latency (is seconds) Type: Gauge Labels: "collection" ("unit" or "objectgroup")- See Also:
-
VITAM_RECONSTRUCTION_DURATION
Vitam metadata reconstruction histogram metric Type: Histogram Labels: "tenant", "container"- See Also:
-
VITAM_FUNCTIONAL_ADMINISTRATION_RECONSTRUCTION_LATENCY_SECONDS
Vitam functional administration reconstruction latency (is seconds) Type: Gauge Labels: "tenant", "collection" (supported collections: "accessionregisterdetail" & "accessionregistersymbolic")- See Also:
-
VITAM_LOGBOOK_OPERATION_RECONSTRUCTION_LATENCY_SECONDS
Vitam logbook operation reconstruction latency (is seconds) Type: Gauge Labels: "tenant"- See Also:
-
VITAM_TAPE_OFFER_CACHE_MAX_CAPACITY
Max cache capacity for vitam tape offer Type: Gauge Labels: None- See Also:
-
VITAM_TAPE_OFFER_USED_CACHE_CAPACITY
Current cache usage for vitam tape offer Type: Gauge Labels: None- See Also:
-
VITAM_TAPE_OFFER_TOTAL_WORKERS
Total number of worker drives for a vitam tape offer Type: Gauge Labels: "library"- See Also:
-
VITAM_TAPE_OFFER_INTERRUPTED_WORKERS
Number of KO worker drives for a vitam tape offer Type: Gauge Labels: "library"- See Also:
-
VITAM_TAPE_OFFER_EMPTY_STATE_TAPE
Total number of tapes with EMPTY state Type: Gauge Labels: None- See Also:
-
VITAM_TAPE_OFFER_OPEN_STATE_TAPE
Total number of tapes with OPEN state Type: Gauge Labels: None- See Also:
-
VITAM_TAPE_OFFER_FULL_STATE_TAPE
Total number of tapes with FULL state Type: Gauge Labels: None- See Also:
-
VITAM_TAPE_OFFER_CONFLICT_STATE_TAPE
Total number of tapes with CONFLICT state Type: Gauge Labels: None- See Also:
-
VITAM_TAPE_OFFER_COUNT_READY_ACCESS_REQUESTS
Number of READY access requests Type: Gauge Labels: None- See Also:
-
VITAM_TAPE_OFFER_COUNT_NON_READY_ACCESS_REQUESTS
Number of NON_READY access requests Type: Gauge Labels: None- See Also:
-
VITAM_TAPE_OFFER_COUNT_EXPIRED_ACCESS_REQUESTS
Number of EXPIRED access requests Type: Gauge Labels: None- See Also:
-
VITAM_TAPE_OFFER_COUNT_READY_READ_ORDERS
Number of read orders with READY state Type: Gauge Labels: None- See Also:
-
VITAM_TAPE_OFFER_COUNT_RUNNING_READ_ORDERS
Number of read orders with RUNNING state Type: Gauge Labels: None- See Also:
-
VITAM_TAPE_OFFER_COUNT_ERROR_READ_ORDERS
Number of read orders with ERROR state Type: Gauge Labels: None- See Also:
-
VITAM_TAPE_OFFER_COUNT_READY_WRITE_ORDERS
Number of write orders with READY state Type: Gauge Labels: None- See Also:
-
VITAM_TAPE_OFFER_COUNT_RUNNING_WRITE_ORDERS
Number of write orders with RUNNING state Type: Gauge Labels: None- See Also:
-
VITAM_TAPE_OFFER_COUNT_ERROR_WRITE_ORDERS
Number of write orders with ERROR state Type: Gauge Labels: None- See Also:
-
VITAM_TAPE_OFFER_READ_ORDER_WAIT_TIME_BEFORE_EXECUTION
Wait time (in queue) before execution of a read order of a Vitam tape storage offer Type: Histogram Labels: "bucket"- See Also:
-
VITAM_TAPE_OFFER_WRITE_ORDER_WAIT_TIME_BEFORE_EXECUTION
Wait time (in queue) before execution of a write order of a Vitam tape storage offer Type: Histogram Labels: "bucket"- See Also:
-
VITAM_TAPE_OFFER_READ_ORDER_EXECUTION_DURATION
Execution duration of read orders of a Vitam tape storage offer Type: Histogram Labels: "bucket"- See Also:
-
VITAM_TAPE_OFFER_WRITE_ORDER_EXECUTION_DURATION
Execution duration of write orders of a Vitam tape storage offer Type: Histogram Labels: "bucket"- See Also:
-
VITAM_TAPE_OFFER_QUEUED_INPUT_FILES_SIZE
Total size in bytes of input files queued for archival Type: Gauge Labels: "bucket"- See Also:
-
VITAM_TAPE_OFFER_QUEUED_INPUT_FILES_COUNT
Number of input files queued for archival Type: Gauge Labels: "bucket"- See Also:
-