Skip to content

Commit

Permalink
Add process.signals_pending metric to semantic conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed Oct 11, 2022
1 parent 21ec145 commit 86eeefa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ release.

### Semantic Conventions

- Add `process.signals_pending` metric to semantic conventions
([#2846](https://github.com/open-telemetry/opentelemetry-specification/pull/2846))

### Compatibility

### OpenTelemetry Protocol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +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. | |

## Attributes

Expand Down

0 comments on commit 86eeefa

Please sign in to comment.