diff --git a/model/metrics/dotnet-metrics.yaml b/model/metrics/dotnet-metrics.yaml index 74946b236f..7554e2320c 100644 --- a/model/metrics/dotnet-metrics.yaml +++ b/model/metrics/dotnet-metrics.yaml @@ -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