Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for destination_workload_namespace (0.53 sec)

  1. manifests/addons/dashboards/istio-service-dashboard.json

    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 111.8K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/lib/queries.libsonnet

            'label_join('
            + query
            + ', "destination_workload_var", ".", "destination_workload", "destination_workload_namespace")',
    
          httpWorkloads: [
            // Request total
            self.query(
              '{{ destination_workload}}.{{ destination_workload_namespace }}',
              tableLabelJoin(sum(
                rate(labels('istio_requests_total', { reporter: '~source|waypoint' })),
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/istio-mesh-dashboard.gen.json

                   "format": "table",
                   "instant": true,
                   "legendFormat": "{{ destination_workload}}.{{ destination_workload_namespace }}",
                   "refId": "success"
                }
             ],
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  4. istioctl/pkg/metrics/metrics_test.go

    			"sum(rate(istio_requests_total{destination_workload=~\"details.*\", destination_workload_namespace=~\".*\",reporter=\"destination\"}[1m0s]))": prometheus_model.Vector{ // nolint: lll
    				&prometheus_model.Sample{Value: 0.04},
    			},
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Aug 16 01:35:47 UTC 2024
    - 8K bytes
    - Viewed (0)
  5. manifests/addons/dashboards/istio-workload-dashboard.json

                "uid": "${datasource}"
              },
              "expr": "sum(irate(istio_requests_total{reporter=~\"$qrep\",destination_workload_namespace=~\"$namespace\",destination_workload=~\"$workload\",response_code!~\"5.*\"}[5m])) / sum(irate(istio_requests_total{reporter=~\"$qrep\",destination_workload_namespace=~\"$namespace\",destination_workload=~\"$workload\"}[5m]))",
              "format": "time_series",
              "intervalFactor": 1,
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 102.7K bytes
    - Viewed (0)
  6. manifests/addons/dashboards/lib/panels.libsonnet

            override.byName.new('destination_service')
            + override.byName.withProperty('displayName', 'Service')
            + override.byName.withProperty('custom.minWidth', 400),
            override.byName.new('destination_workload_namespace')
            + override.byName.withProperty('custom.hidden', true),
            override.byName.new('destination_workload')
            + override.byName.withProperty('custom.hidden', true),
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  7. istioctl/pkg/metrics/metrics.go

    )
    
    var (
    	metricsOpts     clioptions.ControlPlaneOptions
    	metricsDuration time.Duration
    )
    
    const (
    	destWorkloadLabel          = "destination_workload"
    	destWorkloadNamespaceLabel = "destination_workload_namespace"
    	reqTot                     = "istio_requests_total"
    	reqDur                     = "istio_request_duration_milliseconds"
    )
    
    func Cmd(ctx cli.Context) *cobra.Command {
    	cmd := &cobra.Command{
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 8.4K bytes
    - Viewed (0)
Back to top