type Example struct {
QueryId string// Query.Id InstanceUUID string// Instance.UUID Period time.Time Ts time.Time Db string QueryTime float64 Query string Size int// Original size of the Query, before any truncation.}
type Query struct {
Id string// 9C8DEE410FA0E0C8 Abstract string// SELECT tbl1 Fingerprint string// select col from tbl1 where id=? Tables []Table FirstSeen time.Time LastSeen time.Time Status string}