Skip to content

Commit

Permalink
feat(analytics): Add query by response_payload_size
Browse files Browse the repository at this point in the history
  • Loading branch information
brasseld committed Nov 27, 2015
1 parent dbdb40c commit 67972d0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public enum Type {
HITS,
HITS_BY_LATENCY,
HITS_BY_APIKEY,
HITS_BY_STATUS
HITS_BY_STATUS,
HITS_BY_PAYLOAD_SIZE,
}
}

0 comments on commit 67972d0

Please sign in to comment.