Use plugin name as metrics root name

Global-refdb library is used by multiple plugins. Using plugin
name as a metrics root name allows to create plugin specific
metrics. Plus allows to keep backward compatibility
for multi-site.

Set the new version to v3.3.1.

Bug: Issue 13971
Change-Id: If4552e082fb5f34035cc91cc6ce7412619e3c1f9
5 files changed
tree: f0b812554d10a424a1e45f3d8af3260f873411b7
  1. src/
  2. .gitignore
  3. BUILD
  4. Jenkinsfile
  5. LICENSE
  6. pom.xml
  7. README.md
README.md

Gerrit interface to a global-refdb

Global ref-database interface for use with Gerrit Code Review.

Enables the de-coupling between Gerrit, the multi-site plugin and the different implementations of a globally shared ref-database.

Design

The design for a global ref-db interface for Gerrit has been posted to the Gerrit Code Review project for review.