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
DOCKER ASSIGNED | /var/lib/redis | Redis TagDB data (optional)
69
70
70
71
### Base Image
71
72
@@ -144,6 +145,21 @@ Additional environment variables can be set to adjust performance.
144
145
* GRAPHITE_FIND_CACHE_DURATION: (0) Time to cache remote metric find results
145
146
* GRAPHITE_STATSD_HOST: ("127.0.0.1") If set, django_statsd.middleware.GraphiteRequestTimingMiddleware and django_statsd.middleware.GraphiteMiddleware will be enabled.
146
147
148
+
## TagDB
149
+
Graphite stores tag information in a separate tag database (TagDB). Please check [tags documentation](https://graphite.readthedocs.io/en/latest/tags.html) for details.
150
+
151
+
* GRAPHITE_TAGDB: ('graphite.tags.localdatabase.LocalDatabaseTagDB') TagDB is a pluggable store, by default it uses the local SQLite database.
152
+
* REDIS_TAGDB: (false) if set to true will use local Redis instance to store tags.
153
+
* GRAPHITE_TAGDB_CACHE_DURATION: (60) Time to cache seriesByTag results.
154
+
* GRAPHITE_TAGDB_AUTOCOMPLETE_LIMIT: (100) Autocomplete default result limit.
0 commit comments