Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
maryliag committed Jul 31, 2024
1 parent ecfa251 commit 92541ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/runtime/nodejs-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ This metric is [recommended][MetricRecommended].

| Name | Instrument Type | Unit (UCUM) | Description | Stability |
| -------- | --------------- | ----------- | -------------- | --------- |
| `nodejs.eventloop.time` | Counter | `s` | Cumulative duration of time the event loop has been on the state. [1] | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `nodejs.eventloop.time` | Counter | `s` | Cumulative duration of time the event loop has been in each state. [1] | ![Experimental](https://img.shields.io/badge/-experimental-blue) |


**[1]:** Value can be retrieved from [`performance.eventLoopUtilization([utilization1[, utilization2]])`](https://nodejs.org/api/perf_hooks.html#performanceeventlooputilizationutilization1-utilization2)
Expand Down
2 changes: 1 addition & 1 deletion model/metrics/nodejs-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ groups:
- id: metric.nodejs.eventloop.time
type: metric
metric_name: nodejs.eventloop.time
brief: "Cumulative duration of time the event loop has been on the state."
brief: "Cumulative duration of time the event loop has been in each state."
instrument: counter
unit: "s"
stability: experimental
Expand Down

0 comments on commit 92541ea

Please sign in to comment.