PROCESS_ARGS_COUNT

Constant PROCESS_ARGS_COUNT 

pub const PROCESS_ARGS_COUNT: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

Length of the process.command_args array

§Notes

This field can be useful for querying or performing bucket analysis on how many arguments were provided to start a process. More arguments may be an indication of suspicious activity.

§Examples

  • 4