diff --git a/model/metrics/process-metrics.yaml b/model/metrics/process-metrics.yaml index ccd34fadc3..c72ecef33e 100644 --- a/model/metrics/process-metrics.yaml +++ b/model/metrics/process-metrics.yaml @@ -108,6 +108,6 @@ groups: type: metric metric_name: process.uptime stability: experimental - brief: "The number of seconds the process has been running." + brief: "The time the process has been running." instrument: counter unit: "s" diff --git a/model/registry/process.yaml b/model/registry/process.yaml index 27240845b6..dadf0e63f6 100644 --- a/model/registry/process.yaml +++ b/model/registry/process.yaml @@ -161,11 +161,12 @@ groups: type: string stability: experimental brief: > - Process title + Process title (proctitle) note: > - The process title (proctitle), sometimes the same as process name. It can also be different, for - example, a browser setting its title to the web page currently opened. - examples: ["cat /etc/hostname"] + 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. + examples: ["cat /etc/hostname", "xfce4-session", "bash"] - id: creation.time type: string stability: experimental