Posting to Raintank.io

I have a dashboard which seems to have issues posting to Raintank.io. When I press publish is I just get a endless spinning and no url to look at for the dashboard. I also increased the timeout to 9999 as 4 wasnt working without throwing an Unexpected error . Is there a log or limit when posting to raintank.io? Along with that is there an easy way to host a web facing version of the graphs without exposing my graphana instance to the internet?

Thanks!

image

There is a size limit but it is quite high (can’t remember exactly off hand) so it is probably a timeout issue.

The snapshot server is just a normal Grafana instance. You can change the snapshot server url in the config here to point to your own server: Configure Grafana | Grafana documentation

Awesome thanks for the reply. In the end I just put Grafana behind nginix which is working ok for the moment.