diff --git a/cli/main.go b/cli/main.go index f3d6ba580..025196dcb 100644 --- a/cli/main.go +++ b/cli/main.go @@ -340,6 +340,8 @@ func setupTracing(context *cli.Context, rootSpanName string) error { return err } + span.SetTag("subsystem", "runtime") + // Associate the root span with the context ctx = opentracing.ContextWithSpan(ctx, span)