From 630ee50a381b41c38566c4eb86f1b015d4edcffe Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Fri, 21 Jun 2024 12:06:11 +0100 Subject: [PATCH] Fix YAML --- model/metrics/dotnet-metrics.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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