Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for zipkinDashCmd (0.26 sec)

  1. istioctl/pkg/dashboard/dashboard.go

    				"http://%s", bindAddress, jaegerPort, client, cmd.OutOrStdout(), browser)
    		},
    	}
    
    	return cmd
    }
    
    // port-forward to Istio System Zipkin; open browser
    func zipkinDashCmd(ctx cli.Context) *cobra.Command {
    	var opts clioptions.ControlPlaneOptions
    	cmd := &cobra.Command{
    		Use:   "zipkin",
    		Short: "Open Zipkin web UI",
    		Long:  `Open Istio's Zipkin dashboard`,
    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)
Back to top