16 lines
474 B
YAML
16 lines
474 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://thanos-querier:9095 |