Gauge<T> public sealed class Gauge<T> : Instrument<T> where T : struct Documentation Code 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) public void Record(T value, ref TagList tagList)