jasonacox / Powerwall-Dashboard

Grafana Monitoring Dashboard for Tesla Solar and Powerwall Systems
MIT License
268 stars 57 forks source link

Grafana provisioning environment variable affects performance badly #461

Closed BuongiornoTexas closed 2 months ago

BuongiornoTexas commented 3 months ago

Problem

Currently grafana.env includes a line for a provisioning path that doesn't exist.

GF_PATHS_PROVISIONING=/var/lib/grafana/provisions

This causes errors during grafana startup (show up in logs) and causes timeouts, hangs and other problems with grafana dashboards. Until one of us has time to sort proper provisioning, the simplest fix is to comment this line out. Grafana dashboard load times and responsiveness improve dramatically.

Host System

jasonacox commented 3 months ago

Sounds good to me!

BuongiornoTexas commented 3 months ago

I'll leave it for you to add in the next release - raising a PR for a single # seems a bit overkill!

BuongiornoTexas commented 2 months ago

Closed by #462