1select ts, 2 dur, 3 counters.name as counters_name, 4 value, 5 ref, 6 ref_type, 7 id, 8 args.key as args_key, 9 int_value as utid 10from counters 11inner join args using(arg_set_id) 12where ref = 1 13limit 10; 14