Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Add requests status to analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Aug 12, 2014
1 parent e09e7d2 commit cb2490d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/aggregate/analysis.sh
Expand Up @@ -98,6 +98,10 @@ def coverage:
types: ."kinds-resource".types | coverageKeyCounterObject($countDistinct),
groups: ."kinds-resource".groups | coverageKeyCounterObject($countDistinct)
},
"request-status": {
codes: ."request-status".codes | coverageKeyCounterObject($countDistinct),
groups: ."request-status".groups | coverageKeyCounterObject($countDistinct)
},
classification: .classification | coverageKeyCounterObject($countDistinct) | keyCounterObjectSortByKeyAsc,
urls: .urls | coverageUrl($countDistinct),
blocks: {
Expand All @@ -117,6 +121,10 @@ def mangleShared(root):
types: ."mime-type".types,
groups: ."mime-type".groups
},
"request-status": {
codes: .status.codes,
groups: .status.groups
},
classification: {
"is-same-domain": .classification.isSameDomain,
"is-subdomain": .classification.isSubdomain,
Expand Down

0 comments on commit cb2490d

Please sign in to comment.