Skip to content

Commit

Permalink
Fix incorrect readme content (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Oct 13, 2022
1 parent cbed25e commit 3516028
Showing 1 changed file with 1 addition and 4 deletions.
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

0 comments on commit 3516028

Please sign in to comment.