prometheus.yaml 777 B

123456789101112131415161718192021
  1. apiVersion: 1
  2. providers:
  3. - name: "FFHO"
  4. # <string> name of the dashboard folder.
  5. folder: "FFHO"
  6. # <string> folder UID. will be automatically generated if not specified
  7. folderUid: ''
  8. # <string> provider type. Default to 'file'
  9. type: file
  10. # <bool> disable dashboard deletion
  11. disableDeletion: false
  12. # <int> how often Grafana will scan for changed dashboards
  13. updateIntervalSeconds: 10
  14. # <bool> allow updating provisioned dashboards from the UI
  15. allowUiUpdates: false
  16. options:
  17. # <string, required> path to dashboard files on disk. Required when using the 'file' type
  18. path: /var/lib/grafana/dashboards
  19. # <bool> use folder names from filesystem to create folders in Grafana
  20. foldersFromFilesStructure: true