Abe Stanway
Abe Stanway
The webapp javascript needs the scheme wholesale. We could possibly add another setting called GRAPHITE_HOST_SCHEME and use that both here and in the webapp javascript, but I think it's a...
You want this functionality so you can ignore all metrics except the ones you specify?
That's an interesting use case - I am not sure Skyline supports that in particular, as all the timeseries are intended to be compared to themselves, not to other timeseries....
On the other hand, you could also write a custom algorithm and hard code the other timeseries that you want to compare the current one too. That should do the...
Pull requests accepted... Seasonal algorithms are hard to automatically fit. Working on it, though... > On May 8, 2014, at 12:25 AM, 王超 [email protected] wrote: > > For example, a...
Yep! That's what I was leaning towards - use FFT to get periodicity, and maybe use that to populate an ARIMA or use a KS test along windowed intervals? cc...
Awesome. You can use Crucible (github.com/astanway/crucible) to refine the algorithm.
We would need to pass the port to nc as an option, right? ## Pardon the brevity On Oct 16, 2013, at 3:24 AM, earthgecko [email protected] wrote: > It would...
Oh, I see. If we were to just strip the port at the end of the Graphite string when we ping for meta-metrics, this should solve your problem right?
I can see the use case (not enough memory/resources on a single machine), but this is not recommended - using a unix socket is much faster. This is not a...