mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-19 15:06:25 +01:00
644d43620f
* Simplify folder structure * mention datasource in README Signed-off-by: hagen1778 <roman@victoriametrics.com>
37 lines
1.5 KiB
YAML
37 lines
1.5 KiB
YAML
apiVersion: 1
|
|
|
|
# List of data sources to insert/update depending on what's
|
|
# available in the database.
|
|
datasources:
|
|
# <string, required> Name of the VictoriaMetrics datasource
|
|
# displayed in Grafana panels and queries.
|
|
- name: VictoriaMetrics
|
|
# <string, required> Sets the data source type.
|
|
type: victoriametrics-datasource
|
|
# <string, required> Sets the access mode, either
|
|
# proxy or direct (Server or Browser in the UI).
|
|
# Some data sources are incompatible with any setting
|
|
# but proxy (Server).
|
|
access: proxy
|
|
# <string> Sets default URL of the single node version of VictoriaMetrics
|
|
url: http://victoriametrics:8428
|
|
# <string> Sets the pre-selected datasource for new panels.
|
|
# You can set only one default data source per organization.
|
|
isDefault: true
|
|
|
|
# <string, required> Name of the VictoriaMetrics datasource
|
|
# displayed in Grafana panels and queries.
|
|
- name: VictoriaMetrics - cluster
|
|
# <string, required> Sets the data source type.
|
|
type: victoriametrics-datasource
|
|
# <string, required> Sets the access mode, either
|
|
# proxy or direct (Server or Browser in the UI).
|
|
# Some data sources are incompatible with any setting
|
|
# but proxy (Server).
|
|
access: proxy
|
|
# <string> Sets default URL of the cluster version of VictoriaMetrics
|
|
url: http://vmauth:8427/select/0/prometheus
|
|
# <string> Sets the pre-selected datasource for new panels.
|
|
# You can set only one default data source per organization.
|
|
isDefault: false
|