Skip to content

Commit

Permalink
Update proctitle and uptime descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwolf committed Jul 18, 2024
1 parent c1faf95 commit b6b1ba8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion model/metrics/process-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
9 changes: 5 additions & 4 deletions model/registry/process.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6b1ba8

Please sign in to comment.