summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-05-29 10:43:26 +0200
committernicolargo <nicolas@nicolargo.com>2021-05-29 10:43:26 +0200
commitada1490a787ddef238cfb415983de1b67b4c2005 (patch)
treed5a214c662dc950fd5024489b260265efccab49b
parent50d214edb595ca609a291236f4c08002fbd77786 (diff)
Update documentation
-rw-r--r--docs/gw/influxdb.rst1
-rw-r--r--docs/man/glances.12
-rw-r--r--glances/__init__.py2
3 files changed, 3 insertions, 2 deletions
diff --git a/docs/gw/influxdb.rst b/docs/gw/influxdb.rst
index ce64cd3a..c431d8f5 100644
--- a/docs/gw/influxdb.rst
+++ b/docs/gw/influxdb.rst
@@ -7,6 +7,7 @@ You can export statistics to an ``InfluxDB`` server (time series server).
In Glances version 3.1.8 and higher, the way Glances exports stats to
InfluxDB changes. The following fields will be added as tags:
+
- key stats (for example *interface_name* for network, container *name* for docker...)
- hostname (shortname)
- tags
diff --git a/docs/man/glances.1 b/docs/man/glances.1
index 10ece0d5..9f341163 100644
--- a/docs/man/glances.1
+++ b/docs/man/glances.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "GLANCES" "1" "May 27, 2021" "3.1.8b4" "Glances"
+.TH "GLANCES" "1" "May 29, 2021" "3.1.8b9" "Glances"
.SH NAME
glances \- An eye on your system
.
diff --git a/glances/__init__.py b/glances/__init__.py
index ac6c0030..1a18b51b 100644
--- a/glances/__init__.py
+++ b/glances/__init__.py
@@ -29,7 +29,7 @@ import sys
# Global name
# Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version
-__version__ = '3.1.8b8'
+__version__ = '3.1.8b9'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'