8b7295ca2e6f2d73110420b6b496e6ff0b74d081,utils/munin/newsblur_updates.py,,,#,5
Before Change
import redis
from utils.munin.base import MuninGraph
graph_config = {
"graph_category" : "NewsBlur",
"graph_title" : "NewsBlur Updates",
"graph_vlabel" : "// of updates",
"update_queue.label": "Queued Feeds last hour",
"feeds_fetched.label": "Fetched feeds last hour",
"celery_update_feeds.label": "Celery - Update Feeds",
"celery_new_feeds.label": "Celery - New Feeds",
"celery_push_feeds.label": "Celery - Push Feeds",
"celery_work_queue.label": "Celery - Work Queue",
}
def calculate_metrics():
import datetime
After Change
"celery_work_queue": r.llen("work_queue"),
}
if __name__ == "__main__":
NBMuninGraph().run()
In pattern: SUPERPATTERN
Frequency: 7
Non-data size: 8
Instances
Project Name: samuelclay/NewsBlur
Commit Name: 8b7295ca2e6f2d73110420b6b496e6ff0b74d081
Time: 2012-09-27
Author: samuel@ofbrooklyn.com
File Name: utils/munin/newsblur_updates.py
Class Name:
Method Name:
Project Name: samuelclay/NewsBlur
Commit Name: 8b7295ca2e6f2d73110420b6b496e6ff0b74d081
Time: 2012-09-27
Author: samuel@ofbrooklyn.com
File Name: utils/munin/newsblur_feed_counts.py
Class Name:
Method Name:
Project Name: samuelclay/NewsBlur
Commit Name: 8b7295ca2e6f2d73110420b6b496e6ff0b74d081
Time: 2012-09-27
Author: samuel@ofbrooklyn.com
File Name: utils/munin/newsblur_loadtimes.py
Class Name:
Method Name:
Project Name: samuelclay/NewsBlur
Commit Name: 8b7295ca2e6f2d73110420b6b496e6ff0b74d081
Time: 2012-09-27
Author: samuel@ofbrooklyn.com
File Name: utils/munin/newsblur_users.py
Class Name:
Method Name:
Project Name: samuelclay/NewsBlur
Commit Name: 8b7295ca2e6f2d73110420b6b496e6ff0b74d081
Time: 2012-09-27
Author: samuel@ofbrooklyn.com
File Name: utils/munin/newsblur_stories.py
Class Name:
Method Name:
Project Name: samuelclay/NewsBlur
Commit Name: 8b7295ca2e6f2d73110420b6b496e6ff0b74d081
Time: 2012-09-27
Author: samuel@ofbrooklyn.com
File Name: utils/munin/newsblur_feeds.py
Class Name:
Method Name:
Project Name: samuelclay/NewsBlur
Commit Name: 8b7295ca2e6f2d73110420b6b496e6ff0b74d081
Time: 2012-09-27
Author: samuel@ofbrooklyn.com
File Name: utils/munin/newsblur_classifiers.py
Class Name:
Method Name: