Marc Falzon
Marc Falzon
@carnott-snap I'd be happy to see this contribution too: I've arrived here via #48 and it's not exactly a very elegant workaround – a native `context.Context` support would be great...
A `context.Context` can be used to pass... well, context-bound values (e.g. metadata) down to the execution function. Although some people strongly disagree with this usage of contexts, it's still supported...
Hi Jerry We currently provide "mostly" up-to-date Docker images from the Git tip, but you're right: we should provide nightly compiled version too.
Implementation started in the [prometheus branch](https://github.com/facette/facette/commits/prometheus).
Implementation started in [branch custom-series-consolidation](https://github.com/facette/facette/tree/custom-series-consolidation).
Yup, we plan to support OpenTSDB/KairosDB too :)
@benbro this is a risky method, since it implies hardcoding internal UUID references in the files. IMHO this feature could be implemented by providing a "contrib" script that generates graph...
@benbro it would virtually do anything that you'd want :) I suggest: - list potentially interesting collectd plugins graphs to compose (cpu, memory, load etc.) - generate graph templates for...
Hi Not progress on our side: this is the kind of contributions that we'd love to get from our users/the community is there is any – hence "contrib" –, if...
@AhmadHamid looks like your use case could be fulfilled by this PR: #32