mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-11-01 09:09:51 +00:00
Thinning out db times graphs.
This commit is contained in:
parent
e2eb5bd2a4
commit
e2364bb534
1 changed files with 6 additions and 3 deletions
|
|
@ -10,9 +10,12 @@ class NBMuninGraph(MuninGraph):
|
|||
'graph_title' : 'NewsBlur DB Times',
|
||||
'graph_vlabel' : 'Database times (seconds)',
|
||||
'graph_args' : '-l 0',
|
||||
'sql_avg.label': 'SQL avg times (5m)',
|
||||
'mongo_avg.label': 'Mongo avg times (5m)',
|
||||
'redis_avg.label': 'Redis avg times (5m)',
|
||||
'sql_avg.label' : 'SQL avg times (5m)',
|
||||
'sql_avg.draw' : 'LINE1',
|
||||
'mongo_avg.label' : 'Mongo avg times (5m)',
|
||||
'mongo_avg.draw' : 'LINE1',
|
||||
'redis_avg.label' :'Redis avg times (5m)',
|
||||
'redis_avg.draw' : 'LINE1',
|
||||
}
|
||||
|
||||
def calculate_metrics(self):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue