You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graphite had support for different color templates in graphTemplates.conf, using &template= parameter. Carbonapi currently doesn't support this (and I'm not sure it should, really), but as discussed raising a case for it.
Current master (and upcoming 0.10 release) supports that functionality. Though carbonapi can't parse graphite's graphTemplates as-is, you need to convert them from ini-style to toml (that's pretty easy though).
gunnihinn
pushed a commit
to bookingcom/carbonapi
that referenced
this issue
Oct 1, 2018
It's the only remaining part of the code that uses viper. Since we're by
now not compatible with graphite-web by not having Graph templates, and
we're also not compatible with graphite-web by having this
implementation of Graph templates, let's settle on the noncompatibility
that brings us the least pain for now.
See
go-graphite/carbonapi#163
for more.
Graphite had support for different color templates in graphTemplates.conf, using &template= parameter. Carbonapi currently doesn't support this (and I'm not sure it should, really), but as discussed raising a case for it.
Note that this feature was removed in latest graphite (according to the docs), and has been replaced with something completely different (http://graphite.readthedocs.io/en/latest/render_api.html#template) which might be nice to support.
The text was updated successfully, but these errors were encountered: