Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for process_cpu_seconds_total (0.14 sec)

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

          'cluster',
          'process_cpu_seconds_total',
        )
        + var.query.withRefresh('time')
        + var.query.selectionOptions.withMulti()
        + var.query.selectionOptions.withIncludeAll(),
    
      pod:
        var.query.new('pod')
        + var.query.withDatasourceFromVariable(self.datasource)
        + var.query.queryTypes.withLabelValues(
          'cluster',
          'process_cpu_seconds_total',
        )
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/lib/output.json

                "query": "label_values(process_cpu_seconds_total, cluster)",
                "refresh": "time",
                "type": "query"
             },
             {
                "datasource": {
                   "type": "prometheus",
                   "uid": "${datasource}"
                },
                "name": "namespace",
                "query": "label_values(process_cpu_seconds_total{cluster=~\"$cluster\"}, namespace)",
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/istio-performance-dashboard.json

              "step": 2
            },
            {
              "datasource": {
                "type": "prometheus",
                "uid": "${datasource}"
              },
              "expr": "irate(process_cpu_seconds_total{app=\"istiod\"}[1m])",
              "format": "time_series",
              "hide": false,
              "intervalFactor": 2,
              "legendFormat": "pilot (self-reported)",
              "refId": "C",
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 39.6K bytes
    - Viewed (0)
Back to top