Skip to content

Commit

Permalink
fix: vela-server default service name
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Sep 11, 2024
1 parent 7b27836 commit 0525a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var Flags = []cli.Flag{
EnvVars: []string{"VELA_OTEL_TRACING_SERVICE_NAME"},
Name: "tracing.service.name",
Usage: "set otel tracing service name",
Value: "go-otel-server",
Value: "vela-server",
},
&cli.StringFlag{
EnvVars: []string{"VELA_OTEL_TRACING_EXPORTER_SSL_CERT_PATH"},
Expand Down

0 comments on commit 0525a14

Please sign in to comment.