blob: aba6131504cd7c954725bd7d7af1853f0ee801ff [file] [log] [blame]
David Pursehouse92c48f42015-11-13 07:10:02 -08001Release notes for Gerrit 2.13
2=============================
3
4
5Gerrit 2.13 is now available:
6
7link:https://www.gerritcodereview.com/download/gerrit-2.13.war[
8https://www.gerritcodereview.com/download/gerrit-2.13.war]
9
10
11Important Notes
12---------------
13
14TODO
15
16
17Release Highlights
18------------------
19
20* Metrics interface.
21
22
23New Features
24------------
25
26Metrics
27~~~~~~~
28
29Metrics about Gerrit's internal state can be sent to external
30monitoring systems.
31
32The following metrics are supported:
33
34* HTTP responses
35+
36TODO details here and in the others
37
38* REST API calls
39
40* SSH sessions
41
42* Caches
43
44* SQL connections
45
46* TODO add more
47
48
49Plugins can provide implementations of the metrics interface to
50report metrics to different monitoring systems. The following
51plugins are available:
52
53* JMX
54
55* Graphite
56
57* Elasticsearch
58
59
60Plugins can also provide metrics. The following metrics are provided
61by core plugins:
62
63* Replication
64
65** Replication time
66
67* TODO add more
68
Dave Borowitz0761fd52015-12-13 21:59:04 -050069Changes
70~~~~~~~
71
72In order to avoid potentially confusing behavior, when submitting changes in a
73batch, submit type rules may not be used to mix submit types on a single branch,
74and trying to submit such a batch will fail.
75
David Pursehouse92c48f42015-11-13 07:10:02 -080076Bug Fixes
77---------
78
79TODO
80
81
82Upgrades
83--------
84
85* Upgrade Lucene to 5.3.1