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
flags.StringArray(configFlagName, []string{}, "Locations to the config file(s), note that only a"+
27
+
flags.StringArray(otelConfigFlagName, []string{}, "Locations to the config file(s), note that only a"+
21
28
" single location can be set per flag entry e.g. `--config=file:/path/to/first --config=file:path/to/second`.")
22
29
23
-
flags.StringArray(setFlagName, []string{}, "Set arbitrary component config property. The component has to be defined in the config file and the flag"+
30
+
flags.StringArray(otelSetFlagName, []string{}, "Set arbitrary component config property. The component has to be defined in the config file and the flag"+
24
31
" has a higher precedence. Array config properties are overridden and maps are joined. Example --set=processors.batch.timeout=2s")
0 commit comments