github.com/amazechain/amc@v0.1.3/deployments/prometheus/dashboards/dashboard.yml (about)

     1  apiVersion: 1
     2  
     3  providers:
     4    # <string> an unique provider name
     5    - name: 'amc'
     6      # <int> org id. will default to orgId 1 if not specified
     7      orgId: 1
     8      # <string, required> name of the dashboard folder. Required
     9      folder: ''
    10      # <string> folder UID. will be automatically generated if not specified
    11      folderUid: ''
    12      # <string, required> provider type. Required
    13      type: file
    14      # <bool> disable dashboard deletion
    15      disableDeletion: false
    16      # <bool> enable dashboard editing
    17      editable: true
    18      # <int> how often Grafana will scan for changed dashboards
    19      updateIntervalSeconds: 10
    20      # <bool> allow updating provisioned dashboards from the UI
    21      allowUiUpdates: true
    22      options:
    23        # <string, required> path to dashboard files on disk. Required
    24        path: /etc/grafana/provisioning/dashboards