summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-05-11 08:52:03 +0200
committernicolargo <nicolas@nicolargo.com>2021-05-11 08:52:03 +0200
commit8d094d5ac896f54886bb73ad8dbb933879d28771 (patch)
tree5e31522c838da3926a95a1595ce56d9d18e2a081 /docs
parentaf6f0245e8e05c472154bbd85882db42447db8cc (diff)
Implemented but test is KO: only a part of the stats are exported... Same behavor with both client Graphyte and GraphiteSender. Perhaps the issue came from the server (docker-graphite-grafana)
Diffstat (limited to 'docs')
-rw-r--r--docs/gw/graphite.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/gw/graphite.rst b/docs/gw/graphite.rst
index 87889bb5..a2939802 100644
--- a/docs/gw/graphite.rst
+++ b/docs/gw/graphite.rst
@@ -13,8 +13,6 @@ following:
[graphite]
host=localhost
port=2003
- protocol=udp
- batch_size=1000
# Prefix will be added for all measurement name
# Ex: prefix=foo
# => foo.cpu
@@ -29,9 +27,8 @@ and run Glances with:
$ glances --export graphite
-Note 1: the port defines the TCP or UDP port where the Graphite listen plain-text requests
+Note 1: the port defines the TCP port where the Graphite listen plain-text requests.
Note 2: As many time-series database, only integer and float are supported in the Graphite datamodel.
-Note 3: Under the wood, Glances uses Graphyte Python lib (https://pypi.org/project/graphyte/)
- \ No newline at end of file
+Note 3: Under the wood, Glances uses GraphiteSender Python lib (https://github.com/NicoAdrian/graphitesender).