Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for grafana (0.17 sec)

  1. istioctl/pkg/dashboard/dashboard_test.go

    			ExpectedRegexp: regexp.MustCompile("http://localhost:3456"),
    			WantException:  false,
    		},
    		{ // case 6
    			Args:           strings.Split("grafana --browser=false", " "),
    			ExpectedOutput: "Error: no pods found with selector app.kubernetes.io/name=grafana\n",
    			WantException:  true,
    		},
    		{ // case 7
    			Args:           strings.Split("jaeger --browser=false", " "),
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Nov 21 01:17:24 GMT 2023
    - 4.3K bytes
    - Viewed (0)
  2. istioctl/pkg/dashboard/dashboard.go

    }
    
    // port-forward to Istio System Grafana; open browser
    func grafanaDashCmd(ctx cli.Context) *cobra.Command {
    	var opts clioptions.ControlPlaneOptions
    	cmd := &cobra.Command{
    		Use:   "grafana",
    		Short: "Open Grafana web UI",
    		Long:  `Open Istio's Grafana dashboard`,
    		Example: `  istioctl dashboard grafana
    
      # with short syntax
      istioctl dash grafana
      istioctl d grafana`,
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Apr 15 01:29:35 GMT 2024
    - 20.5K bytes
    - Viewed (0)
  3. istioctl/pkg/validate/validate_test.go

    `
    	validIstioConfig = `
    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      namespace: istio-system
      name: example-istiocontrolplane
    spec:
      addonComponents:
        grafana:
          enabled: true
    `
    	invalidDuplicateKey = `
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: productpage
    spec:
    trafficPolicy: {}
    trafficPolicy:
      tls:
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Jul 25 08:08:36 GMT 2023
    - 21.5K bytes
    - Viewed (0)
Back to top