nathanielc / morgoth

Metric anomaly detection
http://docs.morgoth.io
Apache License 2.0
280 stars 31 forks source link

Convert Morgoth to Kapacitor UDF #29

Closed nathanielc closed 8 years ago

nathanielc commented 8 years ago

I am biased yes ;) but there is significant work needed to get Morgoth to be able to actually run well as a daemon that processes metrics, and simply put I do not have the time to (re)do that work. So I have decided to preserve the important part of Morgoth (the anomaly detection framework) and convert Morgoth to a Kapacitor UDF(user defined function).

What this means for you:

  1. You now must use Kapacitor to use Morgoth.
  2. A whole new set of integrations are now possible with Morgoth, aka anything Kapacitor can integrate
  3. You are no longer constrained by Morgoth's limited ability to query metrics and can leverage Kapacitor to feed the data to Morgoth.

Overall this should simplify Morgoth and its usage.