Home
last modified time | relevance | path

Searched refs:TAGDB (Results 1 – 7 of 7) sorted by relevance

/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/
H A Dsettings.py146 TAGDB = 'graphite.tags.localdatabase.LocalDatabaseTagDB' variable
H A Dstorage.py71 tagdb = get_tagdb(settings.TAGDB or 'graphite.tags.base.DummyTagDB')
H A Dlocal_settings.py.example389 #TAGDB = 'graphite.tags.localdatabase.LocalDatabaseTagDB'
/dports/www/py-graphite-web/graphite-web-1.1.8/docs/
H A Dconfig-local-settings.rst201 TAGDB
207 Redis host to use with `TAGDB = 'graphite.tags.redis.RedisTagDB'`
211 Redis port to use with `TAGDB = 'graphite.tags.redis.RedisTagDB'`
215 Redis database to use with `TAGDB = 'graphite.tags.redis.RedisTagDB'`
219 Redis password to use with `TAGDB = 'graphite.tags.redis.RedisTagDB'`
H A Dtags.rst111 …store the tag information on a Redis server, and is selected by setting ``TAGDB='graphite.tags.red…
123 …phite scenarios, or with custom data stores. It is selected by setting ``TAGDB='graphite.tags.htt…
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/tests/
H A Dtest_tags.py394 self._test_autocomplete(db, settings.TAGDB + '.find_series')
398 self._test_autocomplete(db, settings.TAGDB + '.find_series')
/dports/www/py-graphite-web/graphite-web-1.1.8/docs/releases/
H A D1_1_1.rst135 * Use default tagdb if ``TAGDB`` setting is not set (@woodsaj)