Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 701 Bytes

metrics.md

File metadata and controls

23 lines (16 loc) · 701 Bytes

Metrics

  • global_refdb/compare_and_put_latency : the latency in milliseconds of the compareAndPut operation.

  • global_refdb/get_latency : the latency in milliseconds of the get operation.

  • global_refdb/lock_ref_latency : the latency in milliseconds of the lock ref operation.

  • global_refdb/exists_latency : the latency in milliseconds of the exists operation.

  • global_refdb/is_up_to_date_latency : the latency in milliseconds of the isUpToDate operation.

  • global_refdb/remove_latency : the latency in milliseconds of the remove operation.

  • global_refdb/operation_failures : cumulative number of failures when attempting to perform an operation on global-refdb.