Vincent Batoufflet
Vincent Batoufflet
Hi @alexmiroshnychenko, I'll have to take a closer look, but I think it's due to the rewritten UI that came with the 0.4.0 version and the feature wasn't reimplemented. My...
It clearly looks like a nasty memory leak. Just to try to pinpoint what's going on. You're using RRD provider right, and you just let the service run with a...
Sadly, there is no pprof endpoint on Facette to help gathering information on this leak. I'll try to reproduce and build a custom version with such endpoint. Regarding the refresh...
hey @akohlbecker, Quick additional questions: 1. Do you have any symbolic links in your RRD folders, and is there any possible symlink loop (this case is indeed not handled)? 2....
> These are milliseconds, not seconds as I was assuming originally, right? This setting unit is seconds: https://docs.facette.io/latest/api/providers/#create-a-provider It would be surprising that raising this interval fixes the issue. It...
Which version are you running, the latest release or a build from `master`? What's your platform/architecture, linux/amd64? I built a custom version yesterday having a pprof HTTP endpoint that might...
Hi @akohlbecker, Sorry for the delay here. I just pushed changes to a dedicated branch that registers debugging pprof endpoints to the web server, see 593ce3f78281a0e2c6606873abae32322ae8e050. Here comes a .deb...
We don't have experience on setting up Ubuntu PPA. Contributions are welcome.
Hi @532910, Yes Facette's setup is not as documented as it should be, see #369. Regarding your questions: 0. If you want all your RRD data available in collections, you'll...
Graphs and collections should turn into templates only when templating markups are detected. Having it triggered when you add a title is certainly not the intended behavior. I just opened...