github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/production/docker/config/datasources.yaml (about)

     1  apiVersion: 1
     2  datasources:
     3    - access: proxy
     4      basicAuth: false
     5      jsonData:
     6        httpHeaderName1: "X-Scope-OrgID"
     7      secureJsonData:
     8        httpHeaderValue1: "docker"
     9      editable: true
    10      isDefault: true
    11      name: loki
    12      type: loki
    13      uid: loki
    14      url: http://loki-gateway
    15      version: 1
    16  
    17    - access: proxy
    18      basicAuth: false
    19      editable: true
    20      isDefault: false
    21      name: prometheus
    22      type: prometheus
    23      uid: prometheus
    24      url: http://prometheus:9090
    25      version: 1