Add docker-compose with prometheus and grafana (#495)

* Add docker-compose with prometheus and grafana

* Add dashbord installation

* Fix path to config file
This commit is contained in:
Dmitry Kireev 2023-03-21 13:06:05 +03:00 committed by GitHub
parent 6f716134dd
commit f03bc7ec18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2878 additions and 0 deletions

View file

@ -0,0 +1,23 @@
apiVersion: 1
providers:
# <string> an unique provider name
- name: 'default-provider'
# <int> org id. will default to orgId 1 if not specified
orgId: 1
# <string, required> name of the dashboard folder. Required
folder: dashboards
# <string> folder UID. will be automatically generated if not specified
folderUid: ''
# <string, required> provider type. Required
type: file
# <bool> disable dashboard deletion
disableDeletion: false
# <bool> enable dashboard editing
editable: true
# <int> how often Grafana will scan for changed dashboards
updateIntervalSeconds: 10
options:
# <string, required> path to dashboard files on disk. Required
path: /opt/bitnami/grafana/dashboards
# <bool> enable folders creation for dashboards
#foldersFromFilesStructure: true