Skip to content

Commit

Permalink
PMM-1899: Add size to determine if query got truncated or not.
Browse files Browse the repository at this point in the history
  • Loading branch information
arvenil committed Feb 20, 2018
1 parent 198e6a5 commit 890bc6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/query/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ type Example struct {
Db string
QueryTime float64
Query string
Size int // Original size of the Query, before any truncation.
}

0 comments on commit 890bc6c

Please sign in to comment.