Skip to content

Commit 77b4210

Browse files
committed
Corrects spaces to tabs
1 parent 5ae3f68 commit 77b4210

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apamax/log_analyzer.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1830,12 +1830,12 @@ def lowKeyChartLink(chartid):
18301830
self.writeOverviewHTMLForAllFiles(self.overviewHTML, **extra)
18311831

18321832
CHARTS = { # values are (mostly) for dygraph config
1833-
'rates':{'heading':'Send/receive rate',
1834-
'ylabel':'Received events /sec',
1835-
'y2label':'Sent events /sec',
1833+
'rates':{'heading':'Send/receive rate',
1834+
'ylabel':'Received events /sec',
1835+
'y2label':'Sent events /sec',
18361836
'labels':['rx /sec', 'rx /sec 1min avg', 'tx /sec', 'tx /sec 1min avg'],
18371837
'colors':['red', 'pink', 'teal', 'turquoise'], # red for received/input side; teal for transmitted/output side
1838-
'series': {'tx /sec':{'axis':'y2'}, 'tx /sec 1min avg':{'axis':'y2'}},
1838+
'series': {'tx /sec':{'axis':'y2'}, 'tx /sec 1min avg':{'axis':'y2'}},
18391839
'labelsKMB':True, # for big numbers this works better than exponential notation
18401840
},
18411841
'queues':{'heading':'Correlator queues and consumers',

0 commit comments

Comments
 (0)