Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for datasource (0.18 sec)

  1. manifests/addons/values-grafana.yaml

    dashboardsConfigMaps:
      istio: "istio-grafana-dashboards"
      istio-services: "istio-services-grafana-dashboards"
    
    # Configure the prometheus data source. We expect prometheus:9090 in the same namespace
    datasources:
      datasources.yaml:
        apiVersion: 1
        datasources:
          - name: Prometheus
            type: prometheus
            orgId: 1
            url: http://prometheus:9090
            access: proxy
            isDefault: true
            jsonData:
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Oct 25 02:07:51 GMT 2023
    - 1.7K bytes
    - Viewed (0)
Back to top