<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="10.0.0-preview.5.25277.114" />

System.Diagnostics.Metrics.InstrumentAdvice<T>

public sealed class InstrumentAdvice<T> where T : struct
Contains configuration settings advised to be used by metrics consumers when recording measurements for a given Instrument<T>.
namespace System.Diagnostics.Metrics { public sealed class InstrumentAdvice<T> where T : struct { public IReadOnlyList<T> HistogramBucketBoundaries { get; set; } public InstrumentAdvice(); } }