Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for pilot_k8s_cfg_events (0.24 sec)

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

                sum by (type, event) (
                  rate(
                    pilot_k8s_reg_events{}
                  [$__rate_interval])
                )
              |||
            ),
            self.query(
              '{{event}} {{type}}',
              |||
                sum by (type, event) (
                  rate(
                    pilot_k8s_cfg_events{}
                  [$__rate_interval])
                )
              |||
            ),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  2. samples/addons/grafana.yaml

    orizontal","reduceOptions":{"calcs":["lastNotNull"],"fields":"","values":false},"textMode":"auto"},"pluginVersion":"10.1.5","targets":[{"datasource":{"type":"prometheus","uid":"${datasource}"},"expr":"max(pilot_k8s_cfg_events{type=\"VirtualService\", event=\"add\"}) - (max(pilot_k8s_cfg_events{type=\"VirtualService\", event=\"delete\"}) or max(up * 0))","format":"time_series","intervalFactor":1,"refId":"A"}],"title":"Virtual Services","type":"stat"},{"datasource":{"type":"prometheus","uid":"${da...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/pilot-dashboard.gen.json

                   "legendFormat": "{{event}} {{type}}"
                },
                {
                   "datasource": {
                      "type": "prometheus",
                      "uid": "$datasource"
                   },
                   "expr": "sum by (type, event) (\n  rate(\n    pilot_k8s_cfg_events{}\n  [$__rate_interval])\n)",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  4. tests/integration/telemetry/api/dashboard_test.go

    		true,
    	},
    	{
    		"istio-services-grafana-dashboards",
    		"istio-mesh-dashboard.json",
    		[]string{
    			"galley_",
    			"istio_tcp_",
    			"max(pilot_k8s_cfg_events{",
    		},
    		false,
    	},
    	{
    		"istio-services-grafana-dashboards",
    		"istio-service-dashboard.json",
    		[]string{
    			"istio_tcp_",
    		},
    		false,
    	},
    	{
    		"istio-services-grafana-dashboards",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 11.4K bytes
    - Viewed (0)
Back to top