Skip to content

Commit

Permalink
Update jvm.gc.duration histogram buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Sep 12, 2023
1 parent 58c52c5 commit 1bf4bfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ release.
- `state` to `system.network.state`
- Rename attributes for `system.processes.*` metrics:
- `status` to `system.processes.status`
- BREAKING: Update `jvm.gc.duration` histogram buckets to `[ 0.01, 0.1, 1, 10 ]`
([#317](https://github.com/open-telemetry/semantic-conventions/pull/317))

## v1.21.0 (2023-07-13)

Expand Down
2 changes: 1 addition & 1 deletion docs/jvm/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.22.0/specification/metrics/api.md#instrument-advice)
of `[]` (single bucket histogram capturing count, sum, min, max).
of `[ 0.01, 0.1, 1, 10 ]` (single bucket histogram capturing count, sum, min, max).

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

0 comments on commit 1bf4bfa

Please sign in to comment.