- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for go_goroutines (0.1 sec)
-
manifests/addons/dashboards/lib/queries.libsonnet
sum(rate(labels('go_memstats_mallocs_total', appLabels)), by=['pod']) ), ], goroutines: self.query( 'Goroutines ({{pod}})', sum(labels('go_goroutines', appLabels), by=['pod']) ), connections: [ self.query( 'Opened ({{pod}})', sum(rate(labels('istio_tcp_connections_opened_total', podLabels)), 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/lib/output.json
{ "datasource": { "type": "prometheus", "uid": "$datasource" }, "expr": "sum by (cluster, namespace, job) (\n go_goroutines{cluster=~\"$cluster\", namespace=~\"$namespace\", job=~\"$job\"}\n)\n", "intervalFactor": 2, "legendFormat": "{{cluster}} - {{namespace}}\n" } ],
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jun 04 18:05:06 UTC 2024 - 25.2K bytes - Viewed (0) -
manifests/addons/dashboards/pilot-dashboard.gen.json
"targets": [ { "datasource": { "type": "prometheus", "uid": "$datasource" }, "expr": "sum by (pod) (go_goroutines{app=\"istiod\"})", "legendFormat": "Goroutines ({{pod}})" } ], "title": "Goroutines", "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) -
manifests/addons/dashboards/istio-performance-dashboard.json
"pluginVersion": "10.1.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${datasource}" }, "expr": "go_goroutines{app=\"istiod\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "Number of Goroutines", "refId": "A", "step": 2 } ],
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Mar 27 03:47:04 UTC 2024 - 39.6K bytes - Viewed (0)