System.Diagnostics.Metrics.InstrumentAdvice<T>
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();
}
}