OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_PROCESS_TITLEConst Experimental

    ATTR_PROCESS_TITLE: "process.title" = ...

    Process title (proctitle)

    cat /etc/hostname
    
    xfce4-session
    
    bash
    

    In many Unix-like systems, process title (proctitle), is the string that represents the name or command line of a running process, displayed by system monitoring tools like ps, top, and htop.

    This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.