소스 검색

docs: add intro paragraph to provisioning page

Daniel Lee 7 년 전
부모
커밋
ccfe9de014
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/sources/administration/provisioning.md

+ 2 - 0
docs/sources/administration/provisioning.md

@@ -11,6 +11,8 @@ weight = 8
 
 # Provisioning Grafana
 
+In previous versions of Grafana, you could only use the API for provisioning data sources and dashboards. But that required the service to be running before you started creating dashboards and you also needed to set up credentials for the HTTP API. In v5.0 we decided to improve this experience by adding a new active provisioning system that uses config files. This will make GitOps more natural as data sources and dashboards can be defined via files that can be version controlled. We hope to extend this system to later add support for users, orgs and alerts as well.
+
 ## Config file
 
 Checkout the [configuration](/installation/configuration) page for more information on what you can configure in `grafana.ini`