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
[OTel] Fix CLI example to use proper syntax (#10259) (#10273)
This uses the expected `::` syntax instead of `.` for the `--set`
argument.
(cherry picked from commit e917e0a)
Co-authored-by: Chris Earle <[email protected]>
" single location can be set per flag entry e.g. `--config=file:/path/to/first --config=file:path/to/second`.")
28
28
29
29
flags.StringArray(otelSetFlagName, []string{}, "Set arbitrary component config property. The component has to be defined in the config file and the flag"+
30
-
" has a higher precedence. Array config properties are overridden and maps are joined. Example --set=processors.batch.timeout=2s")
30
+
" has a higher precedence. Array config properties are overridden and maps are joined. Example --set\"processors::batch::timeout=2s\"")
31
31
32
32
flags.Bool(manager.OtelSetSupervisedFlagName, false, "Set that this collector is supervised.")
33
33
// the only error we can get here is that the flag does not exist
0 commit comments