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
The name of the process executable. On Unix based systems, can be set to the Name in proc/[pid]/status. On Windows, can be set to the base name of GetProcessImageFileNameW.
otelcol
See below
process.executable.path
The full path to the process executable. On Unix based systems, can be set to the target of proc/[pid]/exe. On Windows, can be set to the result of GetProcessImageFileNameW.
/usr/bin/cmd/otelcol
See below
process.command
The command used to launch the process (i.e. the command name). On Unix based systems, can be set to the zeroth string in proc/[pid]/cmdline. On Windows, can be set to the first parameter extracted from GetCommandLineW.
cmd/otelcol
See below
process.command_line
The full command used to launch the process. The value can be either a list of strings representing the ordered list of arguments, or a single string representing the full command. On Unix based systems, can be set to the list of null-delimited strings extracted from proc/[pid]/cmdline. On Windows, can be set to the result of GetCommandLineW.
* Add sem-conv for OS process as resource attr keys
Resolves#891
* Add PR number to Changelog
* Apply suggestions from code review
Co-authored-by: ET <evantorrie@users.noreply.github.com>
* Update comments to Linux
Co-authored-by: ET <evantorrie@users.noreply.github.com>
1234
Name
inproc/[pid]/status
. On Windows, can be set to the base name ofGetProcessImageFileNameW
.otelcol
proc/[pid]/exe
. On Windows, can be set to the result ofGetProcessImageFileNameW
./usr/bin/cmd/otelcol
proc/[pid]/cmdline
. On Windows, can be set to the first parameter extracted fromGetCommandLineW
.cmd/otelcol
proc/[pid]/cmdline
. On Windows, can be set to the result ofGetCommandLineW
.[ cmd/otecol, --config=config.yaml ]
, Windows:cmd/otecol --config=config.yaml
root
Related to open-telemetry/opentelemetry-specification#635
The text was updated successfully, but these errors were encountered: