Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for dataSource (0.49 sec)

  1. samples/addons/grafana.yaml

    sion":"10.1.5","title":"Performance Dashboard README","transparent":true,"type":"text"},{"collapsed":false,"datasource":{"type":"prometheus","uid":"${datasource}"},"gridPos":{"h":1,"w":24,"x":0,"y":7},"id":6,"panels":[],"targets":[{"datasource":{"type":"prometheus","uid":"${datasource}"},"refId":"A"}],"title":"vCPU Usage","type":"row"},{"datasource":{"type":"prometheus","uid":"${datasource}"},"fieldConfig":{"defaults":{"color":{"mode":"palette-classic"},"custom":{"axisCenteredZero":false,"axisCo...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/istio-workload-dashboard.json

        {
          "collapsed": false,
          "datasource": {
            "type": "prometheus",
            "uid": "${datasource}"
          },
          "gridPos": {
            "h": 1,
            "w": 24,
            "x": 0,
            "y": 0
          },
          "id": 95,
          "panels": [],
          "targets": [
            {
              "datasource": {
                "type": "prometheus",
                "uid": "${datasource}"
              },
              "refId": "A"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 102.7K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/istio-service-dashboard.json

        {
          "collapsed": false,
          "datasource": {
            "type": "prometheus",
            "uid": "${datasource}"
          },
          "gridPos": {
            "h": 1,
            "w": 24,
            "x": 0,
            "y": 0
          },
          "id": 106,
          "panels": [],
          "targets": [
            {
              "datasource": {
                "type": "prometheus",
                "uid": "${datasource}"
              },
              "refId": "A"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 111.8K bytes
    - Viewed (0)
  4. docs/metrics/prometheus/grafana/bucket/minio-bucket.json

    {
      "annotations": {
        "list": [
          {
            "builtIn": 1,
            "datasource": {
              "type": "datasource",
              "uid": "grafana"
            },
            "enable": true,
            "hide": true,
            "iconColor": "rgba(0, 211, 255, 1)",
            "name": "Annotations & Alerts",
            "type": "dashboard"
          }
        ]
      },
      "__inputs": [
        {
          "name": "DS_PROMETHEUS",
          "label": "Prometheus",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 11:11:51 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  5. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/resteasy-classic/rest-client/runtime/pom.xml
    	quarkus/extensions/jackson/runtime/pom.xml
    quarkus/extensions/reactive-datasource/deployment/pom.xml
    	quarkus/extensions/vertx/deployment/pom.xml
    	quarkus/extensions/datasource/deployment/pom.xml
    	quarkus/extensions/reactive-datasource/runtime/pom.xml
    	quarkus/test-framework/junit5-internal/pom.xml
    quarkus/integration-tests/rest-client/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    "list": [ { "current": { "selected": true, "text": "default", "value": "default" }, "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "datasource", "options": [], "query": "prometheus", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "allValue": null, "current": {}, "datasource": "Prometheus", "definition": "", "hide": 0, "includeAll": false, "label": "Service", "multi": false, "name": "service", "options": [], "query": "query_res...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/gateway_test.go

    						CombinedValidationContext: &auth.CommonTlsContext_CombinedCertificateValidationContext{
    							DefaultValidationContext: &auth.CertificateValidationContext{
    								Crl: &core.DataSource{
    									Specifier: &core.DataSource_Filename{
    										Filename: "/custom/path/to/crl.pem",
    									},
    								},
    							},
    							ValidationContextSdsSecretConfig: &auth.SdsSecretConfig{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  8. pkg/apis/core/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.VolumeMode != nil {
    		in, out := &in.VolumeMode, &out.VolumeMode
    		*out = new(PersistentVolumeMode)
    		**out = **in
    	}
    	if in.DataSource != nil {
    		in, out := &in.DataSource, &out.DataSource
    		*out = new(TypedLocalObjectReference)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.DataSourceRef != nil {
    		in, out := &in.DataSourceRef, &out.DataSourceRef
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.VolumeMode != nil {
    		in, out := &in.VolumeMode, &out.VolumeMode
    		*out = new(PersistentVolumeMode)
    		**out = **in
    	}
    	if in.DataSource != nil {
    		in, out := &in.DataSource, &out.DataSource
    		*out = new(TypedLocalObjectReference)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.DataSourceRef != nil {
    		in, out := &in.DataSourceRef, &out.DataSourceRef
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
Back to top