Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add v8 js engine runtime metrics semantic conventions #1066

Merged
merged 27 commits into from
Jul 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
426fe1a
Add v8 js engine runtime metrics semantic conventions
maryliag May 23, 2024
061f17c
fix lint
maryliag May 23, 2024
dcee9f9
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
maryliag Jun 10, 2024
3c6be24
fix order
maryliag Jun 10, 2024
594a273
regenerate md files
maryliag Jun 10, 2024
42bd6c4
split memory metrics
maryliag Jun 14, 2024
cdbff03
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
maryliag Jun 14, 2024
536d637
feedback changes
maryliag Jun 18, 2024
ba7e207
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
maryliag Jun 18, 2024
ea6ddb9
changed on metric name and add notes
maryliag Jun 20, 2024
afb7c04
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
maryliag Jun 20, 2024
4f7cc54
fix lint
maryliag Jun 20, 2024
3ed22ac
fix lint
maryliag Jun 20, 2024
ef98ddb
Apply suggestions from code review
maryliag Jun 21, 2024
845a8d1
remove heap size and used, update descriptions
maryliag Jun 21, 2024
e5a37da
add source for GC
maryliag Jun 24, 2024
e9d8e57
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
maryliag Jun 24, 2024
ec5e081
remove non heap memory metrics
maryliag Jun 25, 2024
a909864
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
maryliag Jun 25, 2024
9e8cd01
make heap name required
maryliag Jun 26, 2024
c3eeca8
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
maryliag Jun 26, 2024
d07ed3a
Merge branch 'main' into v8js-runtime-metrics
joaopgrassi Jun 27, 2024
c12f9e8
Remove unreleased section from the middle of the changelog (#1189)
lmolkova Jun 27, 2024
2bff257
Add node.js runtime metrics semantic conventions (#991)
maryliag Jun 28, 2024
67ab709
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
maryliag Jun 29, 2024
0824689
make gc type required
maryliag Jul 8, 2024
1cbd520
Merge branch 'main' of github.com:open-telemetry/semantic-conventions…
maryliag Jul 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unreleased section from the middle of the changelog (#1189)
  • Loading branch information
lmolkova authored and maryliag committed Jun 29, 2024
commit c12f9e888462130b8813c0775694f01f4253ac5c
12 changes: 2 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- `device.app.lifecycle`: Reformat and update the `device.app.lifecycle` event description adds constraints for the possible values of the `android.state` and `ios.state`.
(#794)
Removes the `ios.lifecycle.events` and `android.lifecycle.events` attributes from the global registry and adds constraints for the possible values of the `android.state` and `ios.state` attributes.

- `messaging`: Rename `messaging.client_id` to `messaging.client.id` (#935)
- `rpc`: Rename`message.*` attributes under `rpc` to `rpc.message.*`. Deprecate old `message.*` attributes. (#854)

Expand All @@ -51,7 +51,7 @@
The entirety of the registry now is generated using weaver with templates
under the `templates/` directory. Snippets still require a hardcoded
command.

- `http`: List all HTTP client and server attributes in the corresponding table, remove common attributes from yaml and markdown. (#928)
- `other`: Document patterns and suggestions for semconv code generation. (#551, #953)
- `db`: Show applicable common attributes in individual database semantic conventions. (#973)
Expand All @@ -72,14 +72,6 @@
- `net`: Add previously deprecated net attributes to registry (#1029)
These attributes were deprecated in 1.13

## Unreleased

### Breaking

### Features

### Fixes

## v1.25.0

### 🛑 Breaking changes 🛑
Expand Down