Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QPS Report Helper Functions #90

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

QPS Report Helper Functions #90

wants to merge 6 commits into from

Conversation

anothrNick
Copy link
Contributor

Two new methods that format the CSV data from get_qps into a queries per day and queries per hour JSON format. These are not making use of any new APIs, just helper methods that format the data.

@anothrNick anothrNick closed this Jun 10, 2016
@anothrNick anothrNick reopened this Jun 10, 2016
@derekargueta
Copy link

@anothrNick if there's interest in finishing this, the build is mostly failing on flake8 linter errors

dyn/tm/reports.py:132:80: E501 line too long (91 > 79 characters)
dyn/tm/reports.py:133:80: E501 line too long (107 > 79 characters)
dyn/tm/reports.py:165:80: E501 line too long (147 > 79 characters)
dyn/tm/reports.py:170:80: E501 line too long (99 > 79 characters)
dyn/tm/reports.py:171:80: E501 line too long (157 > 79 characters)
dyn/tm/reports.py:180:80: E501 line too long (153 > 79 characters)
dyn/tm/reports.py:187:20: E127 continuation line over-indented for visual indent
dyn/tm/reports.py:220:80: E501 line too long (106 > 79 characters)
dyn/tm/reports.py:264:80: E501 line too long (115 > 79 characters)
dyn/tm/reports.py:278:80: E501 line too long (98 > 79 characters)
dyn/tm/reports.py:287:80: E501 line too long (103 > 79 characters)
dyn/tm/reports.py:291:80: E501 line too long (103 > 79 characters)
dyn/tm/reports.py:297:80: E501 line too long (194 > 79 characters)
dyn/tm/reports.py:308:80: E501 line too long (95 > 79 characters)
dyn/tm/reports.py:315:80: E501 line too long (164 > 79 characters)
dyn/tm/reports.py:321:19: E127 continuation line over-indented for visual indent
dyn/tm/reports.py:349:80: E501 line too long (105 > 79 characters)
dyn/tm/reports.py:391:80: E501 line too long (115 > 79 characters)
dyn/tm/reports.py:405:80: E501 line too long (98 > 79 characters)
dyn/tm/reports.py:419:80: E501 line too long (102 > 79 characters)
dyn/tm/reports.py:425:80: E501 line too long (169 > 79 characters)
dyn/tm/reports.py:437:80: E501 line too long (94 > 79 characters)
dyn/tm/reports.py:442:80: E501 line too long (161 > 79 characters)

cc @Northover @Marchowes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants