Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for destination_workload_namespace (0.11 sec)

  1. 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)
  2. 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)
Back to top