stephenyeargin / hubot-grafana

📈🤖 Query Grafana dashboards
http://docs.grafana.org/tutorials/hubot_howto/
MIT License
154 stars 48 forks source link

fix: load rights scripts #167

Closed KeesCBakker closed 11 months ago

KeesCBakker commented 11 months ago

After inspecting the logs, I saw that the loader tries to require the following files:

These files will never contain something Hubot can work with. I've changed the way the loader works, so only the grafana.js file is loaded. When we want to load more files, we can add it to the index.js.