Skip to content

Commit

Permalink
Merge pull request #130 from scalyr/DPDV-6821-countPerSec
Browse files Browse the repository at this point in the history
DPDV-6821 Replace count with countPerSec in screenshots
  • Loading branch information
YurySuslovScalyr authored Mar 26, 2024
2 parents f13bef2 + 737ab03 commit f8d411b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def update_datasource(datasource: typing.Dict):
target.pop('copyText', None)
target.pop('dataLink', None)
filter = target.pop('filter')
function = target.pop('function', 'count')
function = target.pop('function', 'countPerSec')

target['queryType'] = 'Standard'
target['expression'] = f'{function}({filter})'
Expand Down
Binary file modified src/img/CrossTeamQuery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/StandardQuery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f8d411b

Please sign in to comment.