You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2021. It is now read-only.
Change the default to use InfluxDB instead of Graphite
This commit modifies the options to enable the use of Graphite and
InfluxDB as the back end database. It defaults to using InfluxDB instead
of Graphite
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,11 @@ By default, the script uses a retention of 30 days. You can specify a different
34
34
35
35
_Note:_`.json` files outside the retention peroid will be deleted as the asumption is that they exist in the tar balls.
36
36
37
-
#### Use InfluxDB as the backend database
38
-
By default, graphite is used to store the data. New capabilities have been built to use InfluxDB as the back end database in `json2graphite.rb` and can be used as the back end database container.
37
+
#### Use Graphite as the backend database
38
+
By default, InfluxDB is used to store the data. New capabilities have been built to use InfluxDB as the back end database in `json2graphite.rb` and can be used as the back end database container. Graphite can be used as well with the following option.
0 commit comments