Skip to content

Commit

Permalink
Add the open_fds metric to the docs (#4220)
Browse files Browse the repository at this point in the history
This change adds the missing `open_fds` metric to the
`tenzir.metrics.process` documentation.
  • Loading branch information
Dakostu committed May 14, 2024
2 parents ca11f5c + 455134d commit 2b25f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/docs/operators/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Contains a measurement of the amount of memory used by the `tenzir-node` process
|`current_memory_usage`|`uint64`|The memory currently used by this process.|
|`peak_memory_usage`|`uint64`|The peak amount of memory, in bytes.|
|`swap_space_usage`|`uint64`|The amount of swap space, in bytes. Only available on Linux systems.|
|`open_fds`|`uint64`|The amount of open file descriptors by the node. Only available on Linux systems.|

## Examples

Expand Down

0 comments on commit 2b25f83

Please sign in to comment.