16 lines
470 B
YAML
16 lines
470 B
YAML
|
# config file version
|
||
|
apiVersion: 1
|
||
|
|
||
|
# list of datasources to insert/update depending
|
||
|
# whats available in the database
|
||
|
datasources:
|
||
|
# <string, required> name of the datasource. Required
|
||
|
- name: Prometheus
|
||
|
# <string, required> datasource type. Required
|
||
|
type: prometheus
|
||
|
# <string, required> access mode. direct or proxy. Required
|
||
|
access: proxy
|
||
|
# <int> org id. will default to orgId 1 if not specified
|
||
|
orgId: 1
|
||
|
# <string> url
|
||
|
url: http://prometheus:9090
|