Skip to content

Commit

Permalink
Merge branch 'main' into event_details
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk authored Feb 6, 2024
2 parents 874494a + 2ff370d commit c2c827d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
- `type` to `process.context_switch_type`
- Rename attributes for `process.paging.faults`
- `type` to `process.paging.fault_type`
- Fix JVM buffer metric schema translations
([#683](https://github.com/open-telemetry/semantic-conventions/pull/683))

### Features

Expand Down
4 changes: 2 additions & 2 deletions schema-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ versions:
attribute_map:
pool: jvm.buffer.pool.name
apply_to_metrics:
- jvm.buffer.usage
- jvm.buffer.limit
- jvm.buffer.memory.usage
- jvm.buffer.memory.limit
- jvm.buffer.count
# https://github.com/open-telemetry/semantic-conventions/pull/89
- rename_attributes:
Expand Down

0 comments on commit c2c827d

Please sign in to comment.