vsergeyev/loudml-grafana-app

hardcoded output_bucket to "loudml" ?

toni-moreno opened this issue · 3 comments

Hello @vsergeyev I'm sorry. I can not see outgoing data, and

I've configured output bucket as "XXXXXX_loudml" , but it seems like sending "loudml" when created the model.

image

Could be perhaps a bug in the plugin, or something I did wrong ?

I've recreated the model twice and again output_bucket = loudml instead of "XXXXXX_loudml"

image

Hello @toni-moreno

It is a bug. Going to commit fix soon.

Thank you for detailed debug info 👍

V.

@toni-moreno

Please test fix in grafana/6.x branch, or use this packge for docker:

docker run -d \
  -p 3000:3000 \
  --name=grafana \
  -e "GF_INSTALL_PLUGINS=https://github.com/vsergeyev/loudml-grafana-app/raw/master/loudml-grafana-app-1.6.0.zip;loudml-grafana-app" \
  grafana/grafana

Hello @vsergeyev thank you very much for this fast fix !!