Skip to content

Commit

Permalink
Rename veight groups to v8 (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova authored Aug 6, 2024
1 parent dff7b22 commit 1e34b57
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions docs/runtime/v8js-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]`.

<!-- semconv metric.veightjs.gc.duration(metric_table) -->
<!-- semconv metric.v8js.gc.duration(metric_table) -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand All @@ -56,7 +56,7 @@ of `[ 0.01, 0.1, 1, 10 ]`.
<!-- END AUTOGENERATED TEXT -->
<!-- endsemconv -->

<!-- semconv metric.veightjs.gc.duration -->
<!-- semconv metric.v8js.gc.duration -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down Expand Up @@ -87,7 +87,7 @@ of `[ 0.01, 0.1, 1, 10 ]`.

This metric is [recommended][MetricRecommended].

<!-- semconv metric.veightjs.memory.heap.limit(metric_table) -->
<!-- semconv metric.v8js.memory.heap.limit(metric_table) -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand All @@ -108,7 +108,7 @@ This metric is [recommended][MetricRecommended].
<!-- END AUTOGENERATED TEXT -->
<!-- endsemconv -->

<!-- semconv metric.veightjs.memory.heap.limit -->
<!-- semconv metric.v8js.memory.heap.limit -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down Expand Up @@ -144,7 +144,7 @@ This metric is [recommended][MetricRecommended].

This metric is [recommended][MetricRecommended].

<!-- semconv metric.veightjs.memory.heap.used(metric_table) -->
<!-- semconv metric.v8js.memory.heap.used(metric_table) -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand All @@ -165,7 +165,7 @@ This metric is [recommended][MetricRecommended].
<!-- END AUTOGENERATED TEXT -->
<!-- endsemconv -->

<!-- semconv metric.veightjs.memory.heap.used -->
<!-- semconv metric.v8js.memory.heap.used -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down Expand Up @@ -201,7 +201,7 @@ This metric is [recommended][MetricRecommended].

This metric is [recommended][MetricRecommended].

<!-- semconv metric.veightjs.heap.space.available_size(metric_table) -->
<!-- semconv metric.v8js.heap.space.available_size(metric_table) -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand All @@ -222,7 +222,7 @@ This metric is [recommended][MetricRecommended].
<!-- END AUTOGENERATED TEXT -->
<!-- endsemconv -->

<!-- semconv metric.veightjs.heap.space.available_size -->
<!-- semconv metric.v8js.heap.space.available_size -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down Expand Up @@ -258,7 +258,7 @@ This metric is [recommended][MetricRecommended].

This metric is [recommended][MetricRecommended].

<!-- semconv metric.veightjs.heap.space.physical_size(metric_table) -->
<!-- semconv metric.v8js.heap.space.physical_size(metric_table) -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand All @@ -279,7 +279,7 @@ This metric is [recommended][MetricRecommended].
<!-- END AUTOGENERATED TEXT -->
<!-- endsemconv -->

<!-- semconv metric.veightjs.heap.space.physical_size -->
<!-- semconv metric.v8js.heap.space.physical_size -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
10 changes: 5 additions & 5 deletions model/metrics/v8js-metrics.yaml
Original file line number Diff line number Diff line change
@@ -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."
Expand All @@ -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."
Expand All @@ -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."
Expand All @@ -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."
Expand All @@ -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."
Expand Down

0 comments on commit 1e34b57

Please sign in to comment.