Skip to content

2025.1.1.0-b150

@es1024 es1024 tagged this 22 Aug 19:48
Summary:
This revision adds two metrics:
- object_locking_lock_acquires - the total number of object lock acquires (from both Lock() calls
  and fastpath lock requests consumed).
- object_locking_fastpath_acquires - the total number of fastpath object lock acquires consumed.
Jira: DB-16853

Original commit: 3a43e4640a3bf5b108f114e280d2cf49ac36fcac / D45525

Test Plan: Jenkins. Verified metrics on local cluster with enable_object_lock_fastpath on/off.

Reviewers: bkolagani

Reviewed By: bkolagani

Subscribers: ybase

Differential Revision: https://phorge.dev.yugabyte.com/D46164
Assets 2
Loading