commit | 7d0abf474b74cd6d7fe89f47923fe75b0ff598ca | [log] [tgz] |
---|---|---|
author | Marcin Czech <maczech@gmail.com> | Fri Jan 20 21:46:24 2023 +0100 |
committer | Marcin Czech <maczech@gmail.com> | Fri Jan 20 21:46:24 2023 +0100 |
tree | ab31bf6828ae9998118b254e941c250f13826612 | |
parent | 9c83ac298581138bd666639de915e883a8e9a9ab [diff] | |
parent | 9f37a5dcbc2bdd8608c26d08c99200266d3aa094 [diff] |
Merge branch 'stable-3.4' into stable-3.5 * stable-3.4: Add global-refdb operations latency metrics Change-Id: Ic1bca7a461d9dd22841e8bafb89b9c5c391e7a19
Global ref-database interface for use with Gerrit Code Review.
Enables the de-coupling between Gerrit, its libModules and the different implementations of a globally shared ref-database.
The design for a global ref-db interface can be found as part of the multi-site design documentation, where it first originated and was approved by the community.
In order to consume this library, some Guice bindings need to be registered appropriately. More information in the relevant documentation.
Global ref-database expose metrics to measure the global ref-database operation latency. List of the available metrics can be found here.