Skip to content

Commit f8d411b

Browse files
Merge pull request #130 from scalyr/DPDV-6821-countPerSec
DPDV-6821 Replace count with countPerSec in screenshots
2 parents f13bef2 + 737ab03 commit f8d411b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

migrate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def update_datasource(datasource: typing.Dict):
178178
target.pop('copyText', None)
179179
target.pop('dataLink', None)
180180
filter = target.pop('filter')
181-
function = target.pop('function', 'count')
181+
function = target.pop('function', 'countPerSec')
182182

183183
target['queryType'] = 'Standard'
184184
target['expression'] = f'{function}({filter})'

src/img/CrossTeamQuery.png

-16.2 KB
Loading

src/img/StandardQuery.png

291 KB
Loading

0 commit comments

Comments
 (0)