diff options
| author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-04-19 14:27:08 +0200 |
|---|---|---|
| committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-04-19 14:35:25 +0200 |
| commit | 229f3ce9cec8d525d960cabc7a915b47dfdcd910 (patch) | |
| tree | 7707c50a6f115275c9c59efa29287ffbd972a928 /CHANGELOG | |
| parent | bfa16dbcfba2a3233209f6403a0074d42e664df6 (diff) | |
| download | gitlab-ce-toggle-points-per-packet.tar.gz | |
Configuring of points per UDP packettoggle-points-per-packet
This allows users to configure the number of points stored in a single
UDP packet. This in turn can be used to reduce the number of UDP packets
being sent at the cost of these packets being somewhat larger.
The default setting is 1 point per packet so nothing changes for
existing users.
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index c6fe19d5689..e21bde1f028 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.7.0 (unreleased) + - The number of InfluxDB points stored per UDP packet can now be configured - Transactions for /internal/allowed now have an "action" tag set - Method instrumentation now uses Module#prepend instead of aliasing methods - Repository.clean_old_archives is now instrumented |
