commit | e714473acd50a425660f5cbb0b9b6b115232dbd3 | [log] [tgz] |
---|---|---|
author | Matthias Sohn <matthias.sohn@sap.com> | Thu Feb 02 13:26:55 2023 +0100 |
committer | Matthias Sohn <matthias.sohn@sap.com> | Thu Feb 02 13:26:55 2023 +0100 |
tree | fff21241a836d0dc254dd71c307f333838b0b101 | |
parent | 945680bdef994f234aba5cca21eed7939d1f128a [diff] |
Fix errorprone [FloggerLogString] errors To fix this use Flogger's formatting log methods. Change-Id: I6a67bee47218201ccf14a0cb4bbc2fb354cefea2
This plugin allows a systematic collection of repository metrics. Metrics are updated upon a ref-update
receive.
Clone or link this plugin to the plugins directory of Gerrit‘s source tree, and then run bazel build on the plugin’s directory.
Example:
git clone --recursive https://gerrit.googlesource.com/gerrit git clone https://gerrit.googlesource.com/plugins/git-repo-metrics pushd gerrit/plugins && ln -s ../../git-repo-metrics . && popd cd gerrit && bazel build plugins/git-repo-metrics
The output plugin jar is created in:
bazel-genfiles/plugins/git-repo-metrics/git-repo-metrics.jar
Copy the git-repo-metrics.jar into the Gerrit's /plugins directory and wait for the plugin to be automatically loaded.
More information about the plugin configuration can be found in the config.md file.