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

Release Runtime instrumentation version 1.0.0-beta.1 #458

Merged
merged 6 commits into from
Jun 25, 2022
Merged
Changes from all commits
Commits
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
12 changes: 5 additions & 7 deletions src/OpenTelemetry.Instrumentation.Runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

## Unreleased

* Update a few metrics to be in sync of doc updates for `gc.heap`,
`gc.fragmentation.ratio`, `time.in.jit`, `process.cpu.count` and `assembly.count`
([#430](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/430))
* Remove Process related metrics from .NET Runtime metrics
([#446](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/446))
* Add `exception.count` in Runtime metrics
([#431](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/431))
## 1.0.0-beta.1

Major redesign of the runtime instrumentation. Renamed metrics to be more user-friendly
and better logical grouping. Removed the process related metrics which are not
.NET Runtime specific.

## 0.2.0-alpha.1

Expand Down