Released 2016-01-22
Major Changes
- NOTICE: As part of the update to juttle 0.3.0, the configuration syntax for adapters changed from the name of the module (e.g. "juttle-elastic-adapter") to the type of the adapter ("elastic").
- Errors from juttle programs are now shown in the outrigger browser window [#29].
- Add a "Show Juttle" link that shows the source code of the current program [#59].
- Include OpenTSDB support [#116].
Minor Changes
- Rearrange all example programs so they can be run from a single set of docker-compose files. [#80]
- Embed all example juttle programs in the base outrigger docker image so they can be run without having to git clone the outrigger repository first. [#104]
- Minor changes to Travis-CI configuration to reflect the changes in [#48].
- Add unit tests for browser/outriggerd interactions. [#12]
- Expose the
juttle
CLI in thebin
directory of the outrigger installation. [#86] - Add example programs for the gmail adapter. [#89]
- Switch to using eslint for lint checking, which also includes changes to style enforcement. [#90].
- Add example programs for influx integration using monitoring of docker containers with cAdvisor. [#23]
- Add additional other example programs. [#110]