This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in grafana, if you add them manually, it's without quotes in graphite docs, is also without quotes (http://graphite.readthedocs.io/en/latest/functions.html#graphite.render.functions.sortByName) MT doesn't support booleans like that: ~/g/s/g/g/metrictank ❯❯❯ ./build/mt-explain "sortByName(foo, 'true')" ⏎ Error while planning argument bad type. expected string - got etString ~/g/s/g/g/metrictank ❯❯❯ ./build/mt-explain "sortByName(foo, true)" Plan: * Exprs: expr-func sortByName( expr-target "foo", HUH-SHOULD-NEVER-HAPPEN, ) * Reqs: {foo 1517332946 1517419346 NoneConsolidator} MaxDataPoints: 800 From: 1517332946 To: 1517419346
- Loading branch information