From 33d5ab8ca14c8206a4fe4b3594345b2302af01db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E6=B3=B1?= Date: Fri, 27 Nov 2020 16:34:14 +0800 Subject: [PATCH] refactor(cmd): Modify command line default parameters Change the default parameter sentinel-visor to visor in the command line jaeger-service-name, because the compiled binary is visor by default. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 85191ddca..7628a30e3 100644 --- a/main.go +++ b/main.go @@ -88,7 +88,7 @@ func main() { &cli.StringFlag{ Name: "jaeger-service-name", EnvVars: []string{"JAEGER_SERVICE_NAME"}, - Value: "sentinel-visor", + Value: "visor", }, &cli.StringFlag{ Name: "jaeger-sampler-type",