"value," "crit" and "warn"
Closed this issue · 4 comments
hk298 commented
The current Grapher.php appends '.value' to $target if legacyMode == false. The graphite_large_args_template then appends '_crit' and '_warn', so we end up with
Maybe Grapher.php should never append '.value'. This can be done by the templates.
philiphoy commented
Good call @hk298, It would indeed make sense to move value out to the template, also Grapher ->metricPrefix has become somewhat redundant too.
Do you fancy sending a pull request for that?
hk298 commented
@philiphoy I'd rather leave that to someone who knows the code and github.