Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed May 16, 2023
1 parent 5baec0b commit 4d106f3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,17 @@ release.
attributes for GCP Cloud Run Jobs ([#3378](https://github.com/open-telemetry/opentelemetry-specification/pull/3378))
- Specify the value range for JVM CPU metrics.
([#13](https://github.com/open-telemetry/semantic-conventions/pull/13))
- BREAKING: Add namespaces to JVM metric attributes ([#20](https://github.com/open-telemetry/semantic-conventions/pull/20)).
- Memory metric attribute renames
- Applies to metrics
- `metric.process.runtime.jvm.memory.usage`
- `metric.process.runtime.jvm.memory.init`
- `metric.process.runtime.jvm.memory.committed`
- `metric.process.runtime.jvm.memory.limit`
- `metric.process.runtime.jvm.memory.usage_after_last_gc`
- Rename `memory` to `memory.type`
- Rename `pool` to `memory.pool.name`
- Rename `process.runtime.jvm.gc.duration` metric attribute `gc` to `gc.name`
- Rename `process.runtime.jvm.gc.duration` metric attribute `action` to `gc.action`
- Rename `process.runtime.jvm.threads.count` metric attribute `daemon` to `thread.daemon`
- Rename `attributes.process.runtime.jvm.buffer` metric attribute `pool` to `buffer.pool.name`

0 comments on commit 4d106f3

Please sign in to comment.