From 92541eace11b7b337ce1d14b3cf5eb9ca6408793 Mon Sep 17 00:00:00 2001 From: maryliag Date: Wed, 31 Jul 2024 17:45:58 -0400 Subject: [PATCH] feedback --- docs/runtime/nodejs-metrics.md | 2 +- model/metrics/nodejs-metrics.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/runtime/nodejs-metrics.md b/docs/runtime/nodejs-metrics.md index 4929334d3e..17382152b1 100644 --- a/docs/runtime/nodejs-metrics.md +++ b/docs/runtime/nodejs-metrics.md @@ -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) diff --git a/model/metrics/nodejs-metrics.yaml b/model/metrics/nodejs-metrics.yaml index ccb053c397..3c10b18fc3 100644 --- a/model/metrics/nodejs-metrics.yaml +++ b/model/metrics/nodejs-metrics.yaml @@ -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