Merge branch 'stable-2.15' into stable-2.16

* stable-2.15:
  Add healthcheck plugin to the list of plugins

Change-Id: Ibe0db234f10474225afb92fd3fdf7d831be5f104
This commit is contained in:
Luca Milanesio 2019-01-28 16:44:32 +00:00
commit adeeb7d2fa
1 changed files with 20 additions and 0 deletions

View File

@ -271,6 +271,26 @@ Plugin running Gitiles alongside a Gerrit server.
link:https://gerrit-review.googlesource.com/admin/repos/plugins/gitiles[
Project]
[[healthcheck]]
=== healthcheck
Plugin for monitoring and alerting when Gerrit does not behave properrly.
When Gerrit Server needs to be available 24x7, it is important to know
*beforehand* if something isn't working correctly: this plugin exposes a
REST-API that provides the real-time status of the Gerrit internals and can
be integrated with real-time monitoring systems and paging platforms.
Healthcheck metrics (latency and subsystem healthiness) are published as
Gerrit internal metrics and can be published to dashboards.
link:https://gerrit-review.googlesource.com/admin/repos/plugins/healthcheck[
Project] |
link:https://gerrit.googlesource.com/plugins/healthcheck/+doc/master/src/main/resources/Documentation/about.md[
Documentation] |
link:https://gerrit.googlesource.com/plugins/healthcheck/+doc/master/src/main/resources/Documentation/config.md[
Configuration]
[[imagare]]
=== imagare