Sebastien Leger

Results 75 comments of Sebastien Leger

Hello, bonjour Alexandre, Use the latest docker-compose example available in develop branch, directory docker/compose. Static configuration file defines the `loudml` bucket here: [loudml.yml](https://github.com/regel/loudml/blob/develop/docker/compose/etc/loudml.yml) Use `loudml/loudml:nightly` image tag for now (until...

Hi Aliaksandr, Contributions are welcome. You can open a new pull-request. Refer to the latest contributions including OpenTSDB and Prometheus (WIP) in the Pull requests tab for great examples. Thanks

Strange. The model-name should be a tag. In fact, every data point written to the TSDB should be tagged with the model-name and this should avoid duplication.

Winter is already here, but the update is coming. I will do a minor update to solve compatibility issues and update the docker-compose example.

Hi Thom, Xmas holidays seems like the perfect time. I will have a look soon. The main goal here is restoring compatibility with Loud ML master version and building/pushing a...

Almost complete. I will clean up the code and push this one ASAP.

ETA: this Wednesday. I only have to cleanup minor issues before pushing new Docker containers. I will also update docker-compose files in order to run all containers with a seamless...

A new release is available. Update your master branch, cd to docker/compose directory. Follow instructions in the README (docker-compose pull ; docker-compose up). I will fix minor bugs in the...

Thanks Kevin. Same here. I could not find an obvious cause and will need more time to debug.

Hey, good thanks! In general, loudml relies on the bucket underlying aggregation operators. In some instances, you can fine-tune `bucket_interval` and `span` parameters in the model definition. If the bucket...