github.com/polarismesh/polaris@v1.17.8/release/standalone/docker-compose/grafana/provisioning/dashboards/dashboard.yml (about) 1 # config file version 2 apiVersion: 1 3 4 providers: 5 # <string> an unique provider name 6 - name: Polaris Golang Runtime 7 # <int> org id. will default to orgId 1 if not specified 8 org_id: 1 9 # <string, required> name of the dashboard folder. Required 10 folder: '' 11 # <string, required> provider type. Required 12 type: 'file' 13 # <bool> disable dashboard deletion 14 disableDeletion: false 15 # <bool> enable dashboard editing 16 editable: true 17 # <int> how often Grafana will scan for changed dashboards 18 updateIntervalSeconds: 5 19 # <bool> allow updating provisioned dashboards from the UI 20 allowUiUpdates: true 21 options: 22 # <string, required> path to dashboard files on disk. Required 23 path: /etc/grafana/dashboards 24 # <bool> use folder names from filesystem to create folders in Grafana 25 foldersFromFilesStructure: true