Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename veight groups to v8 #1314

Merged
merged 3 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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(full) -->
<!-- semconv metric.v8js.gc.duration(full) -->
<!-- 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(full) -->
<!-- semconv metric.v8js.memory.heap.limit(full) -->
<!-- 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(full) -->
<!-- semconv metric.v8js.memory.heap.used(full) -->
<!-- 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(full) -->
<!-- semconv metric.v8js.heap.space.available_size(full) -->
<!-- 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(full) -->
<!-- semconv metric.v8js.heap.space.physical_size(full) -->
<!-- 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
Loading