You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" single location can be set per flag entry e.g. `--config=file:/path/to/first --config=file:path/to/second`.")
27
27
28
28
flags.StringArray(otelSetFlagName, []string{}, "Set arbitrary component config property. The component has to be defined in the config file and the flag"+
29
-
" has a higher precedence. Array config properties are overridden and maps are joined. Example --set=processors.batch.timeout=2s")
29
+
" has a higher precedence. Array config properties are overridden and maps are joined. Example --set\"processors::batch::timeout=2s\"")
0 commit comments