We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95db21b commit 18b67e8Copy full SHA for 18b67e8
cmd/sts.go
@@ -33,7 +33,7 @@ func STSCommand(cli *di.Deps) *cobra.Command {
33
cmd.AddCommand(AgentCommand(cli))
34
cmd.AddCommand(UserSessionCommand(cli))
35
36
- // Experimental commands forotel mapping
+ // Experimental commands for otel mapping
37
if os.Getenv("STS_EXPERIMENTAL_OTEL_MAPPING") != "" {
38
cmd.AddCommand(OtelComponentMappingCommand(cli))
39
cmd.AddCommand(OtelRelationtMappingCommand(cli))
0 commit comments