stephenyeargin / hubot-grafana

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

integrating with flowdock #122

Closed mitesh1103 closed 1 year ago

mitesh1103 commented 4 years ago

Could you please update the grafana.coffee script to integrate with flowdock as well...

stephenyeargin commented 4 years ago

Interesting idea! I don't use that platform, but can review a PR that integrates with it. It appears there is a Flowdock Hubot adapter, so it should respond with the default text links. Not as shiny as the Slack/Rocketchat integration, but useful.

It also may be time to refactor those individual code paths out of that gigantic switch statement based on the adapter type.