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

Instrumentation.Runtime - Fix incorrect readme content #689

Merged
merged 1 commit into from
Oct 13, 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
5 changes: 1 addition & 4 deletions src/OpenTelemetry.Instrumentation.Runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ to all the `ObservableGauge` below.

Note: This metric is only available when targeting .NET6 or later.

Note: `gc.heap.fragmentation.size` metrics is removed for .NET 6 because of a
[bug](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/issues/496).

| Units | Instrument Type | Value Type | Attribute Key(s) | Attribute Values |
|---------|-----------------|------------|------------------|------------------|
| `bytes` | ObservableGauge | `Int64` | No Attributes | N/A |
Expand Down Expand Up @@ -135,7 +132,7 @@ The API used to retrieve the value is:
The heap fragmentation, as observed during the latest garbage collection.
The value will be unavailable until at least one garbage collection has occurred.

Note: This metric is only available when targeting .NET6 or later.
Note: This metric is only available when targeting .NET 7 or later.

| Units | Instrument Type | Value Type | Attribute Key(s) | Attribute Values |
|---------|-----------------|------------|------------------|----------------------------|
Expand Down