blob: a082b64c057761c9afed15a49f9877fb5e409a32 [file] [log] [blame]
select ts,
dur,
counters.name as counters_name,
value,
ref,
ref_type,
id,
args.key as args_key,
int_value as utid
from counters
inner join args using(arg_set_id)
where ref = 1
limit 10;