Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Memory (0.41 sec)

  1. manifests/charts/gateway/values.schema.json

                    },
                    "memory": {
                      "type": "string"
                    }
                  }
                },
                "requests": {
                  "type": "object",
                  "properties": {
                    "cpu": {
                      "type": "string"
                    },
                    "memory": {
                      "type": "string"
                    }
    Json
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Jan 18 16:33:33 GMT 2024
    - 6.7K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/pilot-dashboard.json

                    "type": "prometheus",
                    "uid": "${datasource}"
                  },
                  "expr": "process_virtual_memory_bytes{app=\"istiod\"}",
                  "format": "time_series",
                  "instant": false,
                  "intervalFactor": 2,
                  "legendFormat": "Virtual Memory",
                  "refId": "I",
                  "step": 2
                },
                {
                  "datasource": {
    Json
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Mar 27 03:47:04 GMT 2024
    - 61K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/istio-performance-dashboard.json

              },
              "expr": "sum(container_memory_working_set_bytes{namespace!=\"istio-system\",container=\"istio-proxy\"}) / count(container_memory_working_set_bytes{namespace!=\"istio-system\",container=\"istio-proxy\"})",
              "format": "time_series",
              "intervalFactor": 1,
              "legendFormat": "per istio proxy",
              "refId": "B"
            }
          ],
          "title": "Memory Usage",
          "type": "timeseries"
        },
    Json
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Mar 27 03:47:04 GMT 2024
    - 39.6K bytes
    - Viewed (0)
  4. manifests/addons/dashboards/istio-extension-dashboard.json

                "uid": "${datasource}"
              },
              "expr": "sum(container_memory_working_set_bytes{container=\"istio-proxy\"})",
              "format": "time_series",
              "hide": false,
              "intervalFactor": 2,
              "legendFormat": "Total (k8s)",
              "refId": "A",
              "step": 2
            }
          ],
          "title": "Memory",
          "type": "timeseries"
        },
        {
          "datasource": {
    Json
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Mar 27 03:47:04 GMT 2024
    - 20K bytes
    - Viewed (0)
  5. docs/metrics/prometheus/grafana/minio-dashboard.json

              "exemplar": false,
              "expr": "minio_node_process_resident_memory_bytes{job=~\"$scrape_jobs\"}",
              "format": "time_series",
              "instant": false,
              "interval": "",
              "legendFormat": "{{server}}",
              "range": true,
              "refId": "A"
            }
          ],
          "title": "Memory Usage ",
          "type": "bargauge"
        },
        {
          "datasource": {
    Json
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 15 10:03:01 GMT 2024
    - 93K bytes
    - Viewed (2)
Back to top