Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mtimeInterval (0.11 sec)

  1. manifests/addons/values-grafana.yaml

            access: proxy
            isDefault: true
            jsonData:
              timeInterval: 15s
            editable: true
          - name: Loki
            type: loki
            orgId: 1
            url: http://loki:3100
            access: proxy
            isDefault: false
            jsonData:
              timeInterval: 5s
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  2. samples/addons/grafana.yaml

        datasources:
        - access: proxy
          editable: true
          isDefault: true
          jsonData:
            timeInterval: 15s
          name: Prometheus
          orgId: 1
          type: prometheus
          url: http://prometheus:9090
        - access: proxy
          editable: true
          isDefault: false
          jsonData:
            timeInterval: 5s
          name: Loki
          orgId: 1
          type: loki
          url: http://loki:3100
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
Back to top