<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.0-preview.5.21301.5" />

Histogram<T>

public sealed class Histogram<T> : Instrument<T> where T : struct
public void Record(T value)

public void Record(T value, KeyValuePair<string, object> tag)

public void Record(T value, KeyValuePair<string, object> tag1, KeyValuePair<string, object> tag2)

public void Record(T value, KeyValuePair<string, object> tag1, KeyValuePair<string, object> tag2, KeyValuePair<string, object> tag3)

public void Record(T value, ReadOnlySpan<KeyValuePair<string, object>> tags)

public void Record(T value, KeyValuePair<string, object>[] tags)