vsergeyev / loudml-grafana-app

Visualization panel and datasource for Grafana to connect with Loud ML AI solution for ICT and IoT automation
https://vsergeyev.github.io/loudml-grafana-app/
MIT License
48 stars 20 forks source link

hardcoded output_bucket to "loudml" ? #15

Closed toni-moreno closed 4 years ago

toni-moreno commented 4 years ago

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

vsergeyev commented 4 years ago

Hello @toni-moreno

It is a bug. Going to commit fix soon.

Thank you for detailed debug info 👍

V.

vsergeyev commented 4 years ago

@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
toni-moreno commented 4 years ago

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