weaviate

Форк
0
/
datasource.yml 
21 строка · 792.0 Байт
1
# config file version
2
apiVersion: 1
3

4
# list of datasources to insert/update depending
5
# what's available in the database
6
datasources:
7
  # <string, required> name of the datasource. Required
8
  - name: Prometheus
9
    # <string, required> datasource type. Required
10
    type: prometheus
11
    # <string, required> access mode. proxy or direct (Server or Browser in the UI). Required
12
    access: proxy
13
    # <int> org id. will default to orgId 1 if not specified
14
    orgId: 1
15
    # <string> custom UID which can be used to reference this datasource in other parts of the configuration, if not specified will be generated automatically
16
    uid: Prometheus
17
    # <string> url
18
    url: http://prometheus:9090
19
    version: 1
20
    # <bool> allow users to edit datasources from the UI.
21
    editable: false
22

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.