Skip to content

Commit

Permalink
emphasize we're talking about POSIX signals
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed Oct 11, 2022
1 parent 86eeefa commit 7d61c33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Below is a table of Process metric instruments.
| `process.threads` | UpDownCounter | {threads} | Process threads count. | |
| `process.open_file_descriptors` | UpDownCounter | {count} | Number of file descriptors in use by the process. | |
| `process.context_switches` | Counter | {count} | Number of times the process has been context switched. | `type` SHOULD be one of: `involuntary`, `voluntary` |
| `process.signals_pending` | UpDownCounter | {signals} | Number of pending signals for the process. | |
| `process.signals_pending` | UpDownCounter | {signals} | Number of pending POSIX signals for the process. | |

## Attributes

Expand Down

0 comments on commit 7d61c33

Please sign in to comment.