Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for cluster_manager (0.26 sec)

  1. pilot/cmd/pilot-agent/status/ready/probe_test.go

    	. "github.com/onsi/gomega"
    
    	"istio.io/istio/pilot/cmd/pilot-agent/status/testserver"
    )
    
    var (
    	liveServerStats = "cluster_manager.cds.update_success: 1\nlistener_manager.lds.update_success: 1\nserver.state: 0\nlistener_manager.workers_started: 1"
    	onlyServerStats = "server.state: 0"
    	initServerStats = "cluster_manager.cds.update_success: 1\nlistener_manager.lds.update_success: 1\nserver.state: 2"
    	noServerStats   = ""
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  2. pilot/cmd/pilot-agent/status/util/stats.go

    	"fmt"
    	"net"
    	"strconv"
    	"strings"
    	"time"
    
    	multierror "github.com/hashicorp/go-multierror"
    
    	"istio.io/istio/pkg/http"
    )
    
    const (
    	statCdsRejected    = "cluster_manager.cds.update_rejected"
    	statsCdsSuccess    = "cluster_manager.cds.update_success"
    	statLdsRejected    = "listener_manager.lds.update_rejected"
    	statLdsSuccess     = "listener_manager.lds.update_success"
    	statServerState    = "server.state"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 21 15:50:49 UTC 2022
    - 4.8K bytes
    - Viewed (0)
  3. samples/httpbin/sample-client/fortio-deploy.yaml

            # gives an example of inspecting Envoy stats via proxy config.
            proxy.istio.io/config: |-
              proxyStatsMatcher:
                inclusionPrefixes:
                - "cluster.outbound"
                - "cluster_manager"
                - "listener_manager"
                - "server"
                - "cluster.xds-grpc"
          labels:
            app: fortio
        spec:
          containers:
          - name: fortio
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 10 02:32:01 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  4. tools/packaging/common/gcp_envoy_bootstrap.json

                  "key": "x-goog-user-project",
                  "value": "{{ .gcp_project_id }}"
                }
              {{ end }}
              {{ end }}
              ]
            }
          ]
        }
      },
      "cluster_manager": {
        "load_stats_config": {
          "api_type": "GRPC",
          "transport_api_version": "V3",
          "grpc_services": [
            {
              "google_grpc": {
                "target_uri": "{{ .discovery_address }}",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top