Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for istio_tcp_connections_closed_total (0.31 sec)

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

    				},
    			},
    		},
    		// TODO add HTTPS through gateway
    		{
    			Name:     "TCP",
    			PortName: "tcp",
    			Expected: Expected{
    				Metric:          "istio_tcp_connections_closed_total",
    				PromQueryFormat: `sum(istio_tcp_connections_closed_total{reporter="source",destination_service_name="PassthroughCluster",source_workload="client-v1"})`,
    				StatusCode:      http.StatusOK,
    				Protocol:        "TCP",
    			},
    		},
    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

    					},
    				},
    				StatusCode: http.StatusBadGateway,
    			},
    		},
    		{
    			Name:     "HTTPS Traffic",
    			PortName: "https",
    			Expected: Expected{
    				Query: prometheus.Query{
    					Metric:      "istio_tcp_connections_closed_total",
    					Aggregation: "sum",
    					Labels: map[string]string{
    						"destination_service_name": "BlackHoleCluster",
    					},
    				},
    			},
    		},
    		{
    			Name:     "HTTPS Traffic Conflict",
    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. manifests/addons/dashboards/lib/queries.libsonnet

                  )
                |||
              ),
              self.query(
                'Closed ({{pod}})',
                |||
                  -sum by (pod) (
                    rate(
                      istio_tcp_connections_closed_total{%(podLabels)s}
                    [$__rate_interval])
                  )
                |||
              ),
            ],
    
          bytes:
            [
              self.query(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top