-
Hi Paul, since yesterday evening code does what it is expetcted to. I receive stock data by yahoo finance API, prometheus saves time streams and grafana visualizes pretty cool KPIs. Thanks! Today, I tried to adjust the dashboard and set up an alert feature, but nothing was saved (i.g. in "grafana_provisioning"?). I played a bit with the docker-compose file, but wasn't successful. How to set up access rights in order to save changes made in grafana or prometheus? regards P.S.: after each stop of the stack and re-start in portainer, I have to set up user password for admin in grafana again. Nothing seems to be stored. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, This is a normal behavior. The Grafana data located in
|
Beta Was this translation helpful? Give feedback.
Hi,
This is a normal behavior. The Grafana data located in
/var/lib/grafana
is not in a docker volume so all the change are lost when the stack is stopped. If you want to save the Grafana data you add edit the this docker-compose file like this :