- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for go_memstats_mallocs_total (0.15 sec)
-
manifests/addons/dashboards/lib/queries.libsonnet
'Bytes ({{pod}})', sum(rate(labels('go_memstats_alloc_bytes_total', appLabels)), by=['pod']) ), self.query( 'Objects ({{pod}})', sum(rate(labels('go_memstats_mallocs_total', appLabels)), by=['pod']) ), ], goroutines: self.query( 'Goroutines ({{pod}})', sum(labels('go_goroutines', appLabels), 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/pilot-dashboard.gen.json
}, { "datasource": { "type": "prometheus", "uid": "$datasource" }, "expr": "sum by (pod) (rate(go_memstats_mallocs_total{app=\"istiod\"}[$__rate_interval]))", "legendFormat": "Objects ({{pod}})" } ], "title": "Memory Allocations", "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)