From 1e34b57b9f73b08b109cdc0e8841e857e5f5c205 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Wed, 7 Aug 2024 00:02:52 +0900 Subject: [PATCH] Rename veight groups to v8 (#1314) --- docs/runtime/v8js-metrics.md | 20 ++++++++++---------- model/metrics/v8js-metrics.yaml | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/runtime/v8js-metrics.md b/docs/runtime/v8js-metrics.md index 32cf995059..6a3fdc6474 100644 --- a/docs/runtime/v8js-metrics.md +++ b/docs/runtime/v8js-metrics.md @@ -35,7 +35,7 @@ This metric SHOULD be specified with [`ExplicitBucketBoundaries`](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.31.0/specification/metrics/api.md#instrument-advisory-parameters) of `[ 0.01, 0.1, 1, 10 ]`. - + @@ -56,7 +56,7 @@ of `[ 0.01, 0.1, 1, 10 ]`. - + @@ -87,7 +87,7 @@ of `[ 0.01, 0.1, 1, 10 ]`. This metric is [recommended][MetricRecommended]. - + @@ -108,7 +108,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -144,7 +144,7 @@ This metric is [recommended][MetricRecommended]. This metric is [recommended][MetricRecommended]. - + @@ -165,7 +165,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -201,7 +201,7 @@ This metric is [recommended][MetricRecommended]. This metric is [recommended][MetricRecommended]. - + @@ -222,7 +222,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -258,7 +258,7 @@ This metric is [recommended][MetricRecommended]. This metric is [recommended][MetricRecommended]. - + @@ -279,7 +279,7 @@ This metric is [recommended][MetricRecommended]. - + diff --git a/model/metrics/v8js-metrics.yaml b/model/metrics/v8js-metrics.yaml index 67e67ae282..f4f8223d80 100644 --- a/model/metrics/v8js-metrics.yaml +++ b/model/metrics/v8js-metrics.yaml @@ -1,5 +1,5 @@ groups: - - id: metric.veightjs.gc.duration + - id: metric.v8js.gc.duration type: metric metric_name: v8js.gc.duration brief: "Garbage collection duration." @@ -12,7 +12,7 @@ groups: note: > The values can be retrieve from [`perf_hooks.PerformanceObserver(...).observe({ entryTypes: ['gc'] })`](https://nodejs.org/api/perf_hooks.html#performanceobserverobserveoptions) - - id: metric.veightjs.memory.heap.limit + - id: metric.v8js.memory.heap.limit type: metric metric_name: v8js.memory.heap.limit brief: "Total heap memory size pre-allocated." @@ -26,7 +26,7 @@ groups: The value can be retrieved from value `space_size` of [`v8.getHeapSpaceStatistics()`](https://nodejs.org/api/v8.html#v8getheapspacestatistics) - - id: metric.veightjs.memory.heap.used + - id: metric.v8js.memory.heap.used type: metric metric_name: v8js.memory.heap.used brief: "Heap Memory size allocated." @@ -40,7 +40,7 @@ groups: The value can be retrieved from value `space_used_size` of [`v8.getHeapSpaceStatistics()`](https://nodejs.org/api/v8.html#v8getheapspacestatistics) - - id: metric.veightjs.heap.space.available_size + - id: metric.v8js.heap.space.available_size type: metric metric_name: v8js.heap.space.available_size brief: "Heap space available size." @@ -53,7 +53,7 @@ groups: note: > Value can be retrieved from value `space_available_size` of [`v8.getHeapSpaceStatistics()`](https://nodejs.org/api/v8.html#v8getheapspacestatistics) - - id: metric.veightjs.heap.space.physical_size + - id: metric.v8js.heap.space.physical_size type: metric metric_name: v8js.heap.space.physical_size brief: "Committed size of a heap space."