InstrumentRecorder<T> public sealed class InstrumentRecorder<T> : IDisposable where T : struct Documentation Code public Instrument Instrument { get; } public InstrumentRecorder(Instrument instrument) public InstrumentRecorder(object scopeFilter, string meterName, string instrumentName) public InstrumentRecorder(Meter meter, string instrumentName) public void Dispose() public IEnumerable<Measurement<T>> GetMeasurements(bool clear = false)