Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix YAML
Browse files Browse the repository at this point in the history
stevejgordon committed Aug 5, 2024

Verified

This commit was signed with the committer’s verified signature.
stevejgordon Steve Gordon
1 parent 3d14868 commit 630ee50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion model/metrics/dotnet-metrics.yaml
Original file line number Diff line number Diff line change
@@ -67,7 +67,9 @@ groups:
metric_name: dotnet.gc.heap.fragmentation
brief: >
The heap fragmentation, as observed during the latest garbage collection.
note: "This metric reports the same values as calling [`GC.GetGCMemoryInfo().GenerationInfo.FragmentationAfterBytes`](https://learn.microsoft.com/dotnet/api/system.gcgenerationinfo.fragmentationafterbytes)."
note: >
This metric reports the same values as calling
[`GC.GetGCMemoryInfo().GenerationInfo.FragmentationAfterBytes`](https://learn.microsoft.com/dotnet/api/system.gcgenerationinfo.fragmentationafterbytes)."
instrument: updowncounter
unit: "By"
stability: experimental

0 comments on commit 630ee50

Please sign in to comment.