mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
17 lines
528 B
YAML
17 lines
528 B
YAML
# 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-metrics:9090
|
|
# <bool> mark as default datasource. Max one per org
|
|
isDefault: true
|
|
version: 1
|