blob: aba6131504cd7c954725bd7d7af1853f0ee801ff [file] [log] [blame]
Release notes for Gerrit 2.13
=============================
Gerrit 2.13 is now available:
link:https://www.gerritcodereview.com/download/gerrit-2.13.war[
https://www.gerritcodereview.com/download/gerrit-2.13.war]
Important Notes
---------------
TODO
Release Highlights
------------------
* Metrics interface.
New Features
------------
Metrics
~~~~~~~
Metrics about Gerrit's internal state can be sent to external
monitoring systems.
The following metrics are supported:
* HTTP responses
+
TODO details here and in the others
* REST API calls
* SSH sessions
* Caches
* SQL connections
* TODO add more
Plugins can provide implementations of the metrics interface to
report metrics to different monitoring systems. The following
plugins are available:
* JMX
* Graphite
* Elasticsearch
Plugins can also provide metrics. The following metrics are provided
by core plugins:
* Replication
** Replication time
* TODO add more
Changes
~~~~~~~
In order to avoid potentially confusing behavior, when submitting changes in a
batch, submit type rules may not be used to mix submit types on a single branch,
and trying to submit such a batch will fail.
Bug Fixes
---------
TODO
Upgrades
--------
* Upgrade Lucene to 5.3.1