graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #02270
[Question #190705]: whitelist/blacklist metrics
New question #190705 on Graphite:
https://answers.launchpad.net/graphite/+question/190705
How do you configure whilelist or blacklist metrics? From the documentation: http://readthedocs.org/docs/graphite/en/latest/config-carbon.html my understanding is
1) in carbon.conf
USE_WHITELIST = True
WHITELISTS_DIR = /opt/graphite/storage/lists/
2) put a file in WHITELISTS_DIR with the regex line you want to use. Does the file have to be a specific name, i.e. whitelist.conf?
carbon-cache still writes out the whisper files after completing steps 1 and 2.
Also, how do you configure the blacklist file? Do I have to use regular expressions to match a string not containing a word?
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.