Replies: 1 comment 1 reply
|
Yes. In the standard Docker Compose setup, TeslaMate is the logger and writes to PostgreSQL; Grafana is a separate reader. Grafana does not participate in polling the car, so stopping only that service will not stop collection: docker compose stop grafana
# later
docker compose start grafanaLeave One caveat: the standard Compose file gives Grafana After stopping it, you can confirm logging continues with |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
In order to save resources, can I stop the running of grafana and keep teslamate all the time?
Will teslamate container pull data successfully?
Wait until I need to check the data, and then start grafana.
All reactions