- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for container_cpu_usage_seconds_total (0.2 sec)
-
manifests/addons/dashboards/istio-performance-dashboard.json
"targets": [ { "datasource": { "type": "prometheus", "uid": "${datasource}" }, "expr": "(sum(irate(container_cpu_usage_seconds_total{pod=~\"istio-ingressgateway-.*\",container=\"istio-proxy\"}[1m])) / (round(sum(irate(istio_requests_total{source_workload=\"istio-ingressgateway\", reporter=\"source\"}[1m])), 0.001)/1000))", "format": "time_series",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Mar 27 03:47:04 UTC 2024 - 39.6K bytes - Viewed (0) -
manifests/addons/dashboards/lib/queries.libsonnet
sum(labels('istio_build', { component: names.component }), by=['tag']) ), cpuUsage: self.query( 'Container ({{pod}})', sum(irate(labels('container_cpu_usage_seconds_total', containerLabels)), by=['pod']) ), memUsage: self.query( 'Container ({{pod}})', sum(labels('container_memory_working_set_bytes', containerLabels), by=['pod'])
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jul 26 23:54:32 UTC 2024 - 10.3K bytes - Viewed (0) -
manifests/addons/dashboards/ztunnel-dashboard.gen.json
{ "datasource": { "type": "prometheus", "uid": "$datasource" }, "expr": "sum by (pod) (irate(container_cpu_usage_seconds_total{container=\"istio-proxy\",pod=~\"ztunnel-.*\"}[$__rate_interval]))", "legendFormat": "Container ({{pod}})" } ], "title": "CPU Usage",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jul 26 23:54:32 UTC 2024 - 17.3K bytes - Viewed (0) -
manifests/addons/dashboards/istio-extension-dashboard.json
"pluginVersion": "10.1.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${datasource}" }, "expr": "sum(rate(container_cpu_usage_seconds_total{container=\"istio-proxy\"}[1m]))", "format": "time_series", "hide": false, "intervalFactor": 2, "legendFormat": "Total (k8s)", "refId": "A",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Mar 27 03:47:04 UTC 2024 - 20K bytes - Viewed (0) -
manifests/addons/dashboards/pilot-dashboard.gen.json
{ "datasource": { "type": "prometheus", "uid": "$datasource" }, "expr": "sum by (pod) (irate(container_cpu_usage_seconds_total{container=\"discovery\",pod=~\"istiod-.*\"}[$__rate_interval]))", "legendFormat": "Container ({{pod}})" } ], "title": "CPU Usage", "type": "timeseries"
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jul 26 23:54:32 UTC 2024 - 24.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.29.md
- Graduated the following kubelet resource metrics to **general availability**: - `container_cpu_usage_seconds_total` - `container_memory_working_set_bytes` - `container_start_time_seconds` - `node_cpu_usage_seconds_total` - `node_memory_working_set_bytes` - `pod_cpu_usage_seconds_total`
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 04:37:31 UTC 2024 - 375.1K bytes - Viewed (1)