Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for go_memstats_alloc_bytes_total (0.2 sec)

  1. manifests/addons/dashboards/lib/queries.libsonnet

              sum(labels('go_memstats_heap_alloc_bytes', appLabels), by=['pod'])
            ),
          ],
    
          goAllocations: [
            self.query(
              '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'])
            ),
          ],
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/pilot-dashboard.gen.json

                {
                   "datasource": {
                      "type": "prometheus",
                      "uid": "$datasource"
                   },
                   "expr": "sum by (pod) (rate(go_memstats_alloc_bytes_total{app=\"istiod\"}[$__rate_interval]))",
                   "legendFormat": "Bytes ({{pod}})"
                },
                {
                   "datasource": {
                      "type": "prometheus",
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top