Adds a fully-provisioned Grafana dashboard for NOC operators to monitor 80 vehicles in real-time: live geomap with direction arrows, speed, driver info, and color-coded plates. Includes datasource and dashboard provider YAMLs, dashboard JSON (schemaVersion 39 / Grafana 11.0.0), and docker-compose updates to mount provisioning at container start. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
433 B
YAML
20 lines
433 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: TracksolidDB
|
|
type: postgres
|
|
uid: tracksolid_pg
|
|
url: timescale_db:5432
|
|
database: tracksolid_db
|
|
user: grafana_ro
|
|
secureJsonData:
|
|
password: ${GRAFANA_DB_RO_PASSWORD}
|
|
jsonData:
|
|
sslmode: disable
|
|
maxOpenConns: 5
|
|
maxIdleConns: 2
|
|
connMaxLifetime: 14400
|
|
postgresVersion: 1600
|
|
timescaledb: true
|
|
editable: false
|
|
isDefault: true
|