1080valid.mql 236 B

12345678910
  1. SELECT id,prom.time('2024-09-27', '') FROM /test/bucketpromdb where id like 'bucketpromdb:wecise*'
  2. /**
  3. output()
  4. matchcount(id, "bucketpromdb:wecise11", "prom.len", 0, 1)
  5. matchcount(id, "bucketpromdb:wecise", "prom.len", 24, 1)
  6. **/
  7. ;