commit | 74875f81b1de6c0163a53db2d9e85aeb8eb0c5b6 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Jun 29 23:21:50 2023 +0100 |
committer | Daniele Sassoli <danielesassoli@gmail.com> | Fri Jul 21 15:18:25 2023 -0700 |
tree | 687815756d475bf824ecb99d2b855af4ac76c399 | |
parent | 55dba57a35ad9340cd1633ae792281481fa00852 [diff] |
New script utility to extract local-refdb metrics When working in a multi-node setup, having local metrics to compare the status of repositories across nodes is paramount for getting alerts on potential misalignments. Change-Id: Icd4030f3561f1b9eb0500575d85499159e9faf3f
This repository contains a collection of Gerrit scripting plugins that are intended to provide simple and useful extensions.
Gerrit needs to be able to recognise the scripts syntax and being able to load them as plugins.
In order to be able to run Groovy scripts, you need to install first the Groovy scripting provider and then copy the Groovy scripts under your Gerrit /plugins directory.
Similarly for Scala scripts, you need to install the Scala scripting provider and then copy the Scala scripts under your Gerrit /plugins directory.