From 55a6575a8ff01af4db9a6b8023640f7b5e4402ec Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Sun, 12 Nov 2023 23:47:44 -0800 Subject: [PATCH] Update `jvm.gc.duration` histogram buckets to `[ 0.01, 0.1, 1, 10 ]` (#317) --- CHANGELOG.md | 3 +++ docs/runtime/jvm-metrics.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaedfc0100..60a2c8c822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ release. ### Breaking +- Update `jvm.gc.duration` histogram buckets to `[ 0.01, 0.1, 1, 10 ]` + ([#317](https://github.com/open-telemetry/semantic-conventions/pull/317)) + ### Features - Add `code.stacktrace` attribute diff --git a/docs/runtime/jvm-metrics.md b/docs/runtime/jvm-metrics.md index f36246c653..4e7825c857 100644 --- a/docs/runtime/jvm-metrics.md +++ b/docs/runtime/jvm-metrics.md @@ -163,7 +163,7 @@ This metric is obtained by subscribing to This metric SHOULD be specified with [`ExplicitBucketBoundaries`](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.26.0/specification/metrics/api.md#instrument-advisory-parameters) -of `[]` (single bucket histogram capturing count, sum, min, max). +of `[ 0.01, 0.1, 1, 10 ]`. | Name | Instrument Type | Unit (UCUM) | Description |