We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d216c commit caaf199Copy full SHA for caaf199
internal/pkg/otel/translate/otelconfig.go
@@ -72,6 +72,7 @@ func GetOtelConfig(
72
return nil, compErr
73
}
74
75
+ // logic to merge extension list
76
if componentConfig.IsSet("service::extensions") {
77
extensionList = append(extensionList, componentConfig.Get("service::extensions").([]interface{})...)
78
extensions := confmap.NewFromStringMap(map[string]any{"service::extensions": extensionList})
0 commit comments