diff --git a/docs/system/process-metrics.md b/docs/system/process-metrics.md index 892382e40f..f7900fbaa1 100644 --- a/docs/system/process-metrics.md +++ b/docs/system/process-metrics.md @@ -30,6 +30,7 @@ metrics](/docs/runtime/README.md#metrics). - [Metric: `process.open_file_descriptor.count`](#metric-processopen_file_descriptorcount) - [Metric: `process.context_switches`](#metric-processcontext_switches) - [Metric: `process.paging.faults`](#metric-processpagingfaults) + - [Metric: `process.uptime`](#metric-processuptime) @@ -477,5 +478,40 @@ This metric is [recommended][MetricRecommended]. +### Metric: `process.uptime` + +This metric is [recommended][MetricRecommended]. + + + + + + + + +| Name | Instrument Type | Unit (UCUM) | Description | Stability | +| -------- | --------------- | ----------- | -------------- | --------- | +| `process.uptime` | Counter | `s` | The time the process has been running. | ![Experimental](https://img.shields.io/badge/-experimental-blue) | + + + + + + + + + + + + + + + + + + + + + [DocumentStatus]: https://opentelemetry.io/docs/specs/otel/document-status [MetricRecommended]: /docs/general/metric-requirement-level.md#recommended