Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for destination_service_name (0.28 sec)

  1. tests/integration/telemetry/policy/traffic_allow_any_test.go

    			Expected: Expected{
    				Query: prometheus.Query{
    					Metric:      "istio_requests_total",
    					Aggregation: "sum",
    					Labels: map[string]string{
    						"reporter":                 "source",
    						"destination_service_name": "PassthroughCluster",
    						"response_code":            "200",
    					},
    				},
    				StatusCode: http.StatusOK,
    				Protocol:   "HTTP/1.1",
    			},
    		},
    		{
    			Name:     "HTTP H2 Traffic",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 5.4K bytes
    - Viewed (0)
  2. tests/integration/telemetry/policy/traffic_registry_only_test.go

    					Labels: map[string]string{
    						"destination_service_name": "BlackHoleCluster",
    					},
    				},
    			},
    		},
    		{
    			Name:     "HTTPS Traffic Conflict",
    			PortName: "https-conflict",
    			Expected: Expected{
    				Query: prometheus.Query{
    					Metric:      "istio_tcp_connections_closed_total",
    					Aggregation: "sum",
    					Labels: map[string]string{
    						"destination_service_name": "BlackHoleCluster",
    					},
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  3. tests/integration/telemetry/api/stats_test.go

    		"response_code":                  "200",
    		"destination_app":                "b",
    		"destination_version":            "v1",
    		"destination_service":            "b." + ns.Name() + ".svc.cluster.local",
    		"destination_service_name":       "b",
    		"destination_workload_namespace": ns.Name(),
    		"destination_service_namespace":  ns.Name(),
    		"source_app":                     "a",
    		"source_version":                 "v1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  4. tests/integration/telemetry/api/customize_metrics_test.go

    		"response_code":                  "2xx",
    		"destination_app":                "b",
    		"destination_version":            "v1",
    		"destination_service":            "b." + apps.Namespace.Name() + ".svc.cluster.local",
    		"destination_service_name":       "b",
    		"destination_workload_namespace": apps.Namespace.Name(),
    		"destination_service_namespace":  apps.Namespace.Name(),
    		"source_app":                     "a",
    		"source_version":                 "v1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  5. tests/integration/ambient/baseline_test.go

    		"destination_principal":          fmt.Sprintf("spiffe://cluster.local/ns/%v/sa/%s", destns, dst.Config().AccountName()),
    		"destination_service_name":       dst.Config().Service,
    		"destination_workload":           deployName(dst),
    		"destination_workload_namespace": destns,
    		"destination_service_namespace":  destns,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
Back to top