summaryrefslogtreecommitdiffstats
path: root/docs/gw/influxdb.rst
diff options
context:
space:
mode:
authorBartlomiej Cieszkowski <bartlomiej.cieszkowski@gmail.com>2020-03-05 22:49:47 +0100
committerBartlomiej Cieszkowski <bartlomiej.cieszkowski@gmail.com>2020-03-05 22:49:47 +0100
commit5d5973abecd7e9db9a2b966e2f9b5c74e63bdf85 (patch)
tree274a59b179c0c5824e477a801dd7b3f4371b5fd4 /docs/gw/influxdb.rst
parentf9c13723c8968d38839c597d4367c87b6082736d (diff)
parent547062750b28a9f03700d956535eb38a55571281 (diff)
Merge branch 'develop' into timezone_too_long
# Conflicts: # glances/plugins/glances_now.py
Diffstat (limited to 'docs/gw/influxdb.rst')
-rw-r--r--docs/gw/influxdb.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/gw/influxdb.rst b/docs/gw/influxdb.rst
index a14f75c8..43db9df9 100644
--- a/docs/gw/influxdb.rst
+++ b/docs/gw/influxdb.rst
@@ -16,7 +16,10 @@ following:
user=root
password=root
db=glances
- tags=foo:bar,spam:eggs
+ # Tags will be added for all measurements
+ #tags=foo:bar,spam:eggs
+ # You can also use dynamic values
+ #tags=system:`uname -s`
and run Glances with: