mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 00:39:13 +08:00
Docs: Adds clarification to the provider name for provisioned dashboards (#17524)
Closes: #17516
This commit is contained in:
@ -207,8 +207,8 @@ The dashboard provider config file looks somewhat like this:
|
|||||||
apiVersion: 1
|
apiVersion: 1
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
# <string> provider name
|
# <string> an unique provider name
|
||||||
- name: 'default'
|
- name: 'a unique provider name'
|
||||||
# <int> org id. will default to orgId 1 if not specified
|
# <int> org id. will default to orgId 1 if not specified
|
||||||
orgId: 1
|
orgId: 1
|
||||||
# <string, required> name of the dashboard folder. Required
|
# <string, required> name of the dashboard folder. Required
|
||||||
|
Reference in New Issue
Block a user