summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-04-19 14:27:08 +0200
committerYorick Peterse <yorickpeterse@gmail.com>2016-04-19 14:35:25 +0200
commit229f3ce9cec8d525d960cabc7a915b47dfdcd910 (patch)
tree7707c50a6f115275c9c59efa29287ffbd972a928 /CHANGELOG
parentbfa16dbcfba2a3233209f6403a0074d42e664df6 (diff)
downloadgitlab-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--CHANGELOG1
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