Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for grpcstatus (0.2 sec)

  1. pkg/config/validation/validation_test.go

    				Value: 20,
    			},
    			ErrorType: &networking.HTTPFaultInjection_Abort_GrpcStatus{
    				GrpcStatus: "DEADLINE_EXCEEDED",
    			},
    		}, valid: true},
    		{name: "grpc: valid default percentage", in: &networking.HTTPFaultInjection_Abort{
    			ErrorType: &networking.HTTPFaultInjection_Abort_GrpcStatus{
    				GrpcStatus: "DEADLINE_EXCEEDED",
    			},
    		}, valid: true},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

            host: {{ (index .dst 0).Config.Service }}
        fault:
          abort:
            percentage:
              value: 100
            grpcStatus: "UNAVAILABLE"`,
    		opts: echo.CallOptions{
    			Port: echo.Port{
    				Name: "grpc",
    			},
    			Scheme: scheme.GRPC,
    			Count:  1,
    			Check:  check.GRPCStatus(codes.Unavailable),
    		},
    		workloadAgnostic: true,
    		sourceMatchers:   includeProxyless,
    	})
    	t.RunTraffic(TrafficTestCase{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    request attempts and return error codes back to downstream service, giving the impression that the upstream service is faulty. oneOf: - not: anyOf: - required: - httpStatus - required: - grpcStatus - required: - http2Error - required: - httpStatus - required: - grpcStatus - required: - http2Error properties: grpcStatus: description: GRPC status code to use to abort the request. type: string http2Error: type: string httpStatus: description: HTTP status code to use to abort the Http request. format: int32...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  4. istioctl/pkg/authz/testdata/configdump.yaml

                    }
                   }
                  }
                 },
                 {
                  "name": "envoy.filters.http.grpc_stats",
                  "typed_config": {
                   "@type": "type.googleapis.com/envoy.extensions.filters.http.grpc_stats.v3.FilterConfig",
                   "emit_filter_state": true,
                   "stats_for_all_methods": false
                  }
                 },
                 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
  5. src/internal/trace/testdata/tests/go122-gc-stress.test

    GoBlock dt=65 reason_string=15 stack=5
    GoStart dt=26 g=130 g_seq=1
    ProcStatus dt=380 p=38 pstatus=2
    ProcStatus dt=4 p=39 pstatus=2
    ProcStatus dt=4 p=40 pstatus=2
    ProcStatus dt=3 p=41 pstatus=2
    ProcStatus dt=5 p=42 pstatus=2
    ProcStatus dt=5 p=43 pstatus=2
    ProcStatus dt=2 p=44 pstatus=2
    ProcStatus dt=3 p=45 pstatus=2
    ProcStatus dt=4 p=46 pstatus=2
    GoStop dt=1488 reason_string=16 stack=15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  6. src/cmd/trace/testdata/go122.test

    EventBatch gen=1 m=1709038 time=7689670147327 size=336
    ProcStatus dt=56 p=0 pstatus=1
    GoStatus dt=4 g=1 m=1709038 gstatus=2
    ProcsChange dt=184 procs_value=8 stack=1
    STWBegin dt=81 kind_string=21 stack=2
    HeapGoal dt=5 heapgoal_value=4194304
    ProcStatus dt=2 p=1 pstatus=2
    ProcStatus dt=1 p=2 pstatus=2
    ProcStatus dt=1 p=3 pstatus=2
    ProcStatus dt=1 p=4 pstatus=2
    ProcStatus dt=1 p=5 pstatus=2
    ProcStatus dt=1 p=6 pstatus=2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  7. cmd/metrics-v2.go

    		connStats := globalConnStats.toServerConnStats()
    		rpcStats := rest.GetRPCStats()
    		if globalIsDistErasure {
    			metrics = append(metrics, MetricV2{
    				Description: getInternodeFailedRequests(),
    				Value:       float64(rpcStats.Errs),
    			})
    			metrics = append(metrics, MetricV2{
    				Description: getInternodeTCPDialTimeout(),
    				Value:       float64(rpcStats.DialErrs),
    			})
    			metrics = append(metrics, MetricV2{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/gateway_test.go

    						NetworkFilters: []string{
    							wellknown.HTTPConnectionManager,
    						},
    						HTTPFilters: []string{
    							xdsfilters.MxFilterName,
    							xdsfilters.GrpcStats.GetName(),
    							xdsfilters.Alpn.GetName(),
    							xdsfilters.Fault.GetName(), xdsfilters.Cors.GetName(), wellknown.Router,
    						},
    					},
    					{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
Back to top