Skip to content
Snippets Groups Projects
Commit ae5c4c64 authored by Christophe de Vienne's avatar Christophe de Vienne
Browse files

Document release 3.2.6

parent a8fa8ffb
No related branches found
No related tags found
No related merge requests found
Pipeline #15986 passed
{ {
"xbus-api": "default", "xbus-api": "default",
"xbus": "3.2.5", "xbus": "3.2.6",
"go-xbus": "v3.2.1" "go-xbus": "v3.2.1"
} }
...@@ -34,6 +34,8 @@ ...@@ -34,6 +34,8 @@
Optimizing delay Optimizing delay
---------------- ----------------
.. versionadded:: 3.2.6
Some metrics are costly to retrieve and xbusd anticipates the metrics access so Some metrics are costly to retrieve and xbusd anticipates the metrics access so
it replies quickly. it replies quickly.
...@@ -45,3 +47,7 @@ ...@@ -45,3 +47,7 @@
(``--metrics-delay-hint`` on the cli). Default is: "15s". (``--metrics-delay-hint`` on the cli). Default is: "15s".
Possible units are: "h", "m" or "s". Possible units are: "h", "m" or "s".
It should never be smaller than the actual prometheus delay between checks.
A larger value will only lower the refresh rate of the information, which
can be interesting to lower the load on the database.
3.2.6 (2021-06-03)
==================
A new patch version, Xbus 3.2.6, is available.
Changes
-------
The process and storage metrics gathering has been optimized to anticipate the
metrics collection and get quick replies even with millions of records.
See :ref:`administration-metrics` to configure the metrics delay and get the
most accurate results.
Documentation
-------------
Documentation is online:
https://docs.xbus.io/
Downloads
---------
Source and binaries are available on our download area:
- https://dl.xbus.io/xbus/src/xbus-3.2.6-src.tar.xz
version "personal":
- https://dl.xbus.io/xbus/personal/xbus-3.2.6-linux_amd64.tar.xz
- https://dl.xbus.io/xbus/personal/xbus-3.2.6-windows_amd64.tar.xz
- https://dl.xbus.io/xbus/personal/xbus-3.2.6-darwin_amd64.tar.xz
version "enterprise":
- https://dl.xbus.io/xbus/enterprise/xbus-3.2.6-enterprise-linux_amd64.tar.xz
- https://dl.xbus.io/xbus/enterprise/xbus-3.2.6-enterprise-windows_amd64.tar.xz
- https://dl.xbus.io/xbus/enterprise/xbus-3.2.6-enterprise-darwin_amd64.tar.xz
version "lts":
- https://dl.xbus.io/xbus/lts/xbus-3.2.6-lts-linux_amd64.tar.xz
- https://dl.xbus.io/xbus/lts/xbus-3.2.6-lts-windows_amd64.tar.xz
- https://dl.xbus.io/xbus/lts/xbus-3.2.6-lts-darwin_amd64.tar.xz
Docker images
-------------
Get the docker images:
version "personal":
- orus/xbusd:3.2.6
- orus/xbusctl:3.2.6
- orus/xbus-client:3.2.6
- orus/xbus-http:3.2.6
- orus/xbus-fullenv:3.2.6
version "enterprise":
- docker.orus.io/xbus-enterprise/xbusd:3.2.6-enterprise
- docker.orus.io/xbus-enterprise/xbusctl:3.2.6-enterprise
- docker.orus.io/xbus-enterprise/xbus-client:3.2.6-enterprise
- docker.orus.io/xbus-enterprise/xbus-http:3.2.6-enterprise
- docker.orus.io/xbus-enterprise/xbus-fullenv:3.2.6-enterprise
version "LTS":
- docker.orus.io/xbus-lts/xbusd:3.2.6-lts
- docker.orus.io/xbus-lts/xbusctl:3.2.6-lts
- docker.orus.io/xbus-lts/xbus-client:3.2.6-lts
- docker.orus.io/xbus-lts/xbus-http:3.2.6-lts
- docker.orus.io/xbus-lts/xbus-fullenv:3.2.6-lts
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
.. toctree:: .. toctree::
3.2.6
3.2.5 3.2.5
3.2.4 3.2.4
3.2.3 3.2.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment