-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace "whitelist/blacklist" with "allowed/blocked" #568
Conversation
…or of allowed/blocked
…cts to allowed_metricsRejects
…r to see progress
Alright, @graphite-project/committers I would love a review. Please make it a hearty review, especially given my relative weakness with Python, and knowledge of this particular codebase. Everything that I found to change was discovered by gratuitous grepping along the lines of |
I haven't done any work on graphite-web yet. I don't know if I'll get to work on it tonight, but we'll see. If everything looks good, but we want to wait until both apps' PRs are ready, I'm cool with that. |
# PID_DIR = %(STORAGE_DIR)s/ | ||
# STORAGE_DIR = $GRAPHITE_STORAGE_DIR | ||
# LOCAL_DATA_DIR = %(STORAGE_DIR)s/whisper/ | ||
# USE_METRIC_FILTERS = %(STORAGE_DIR)s/lists/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be METRIC_FILTERS_DIR
, no?
It looks like this isn't completely backwards compatible yet afa the parser and settings code. We need to be additive with the new stuff but leave the old stuff in place (not in examples/docs/confs, but in the aforementioned parser/settings). Make sense? |
Thank you, @obfuscurity. I haven't had time to look at this since Monday, but I'd had a suspicion that I'd missed one of the backwards-compatibility features. I'll see what I can do this weekend. I need to rebase and proceed. I've updated the status in the first comment to reflect that this isn't yet ready for merge. |
Closing in favor of #591. |
ref #567
STATUS: Not yet ready to merge. Reviews and edits welcome