Skip to content

Commit

Permalink
Update jvm.gc.duration histogram buckets to [ 0.01, 0.1, 1, 10 ] (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Nov 13, 2023
1 parent cfdcc9e commit 55a6575
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/runtime/jvm-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]`.

<!-- semconv metric.jvm.gc.duration(metric_table) -->
| Name | Instrument Type | Unit (UCUM) | Description |
Expand Down

0 comments on commit 55a6575

Please sign in to comment.