<PackageReference Include="Relativity.Server.Telemetry.APM.SDK" Version="2019.10.9" />

NullSink

public class NullSink : ISink, IDisposable
Null sink - no operations occur
public long MessageCount { get; }

Gets the message count.

public NullSink()

Initializes a new instance of the NullSink class.

protected virtual void Dispose(bool disposing)

public void Dispose()

public void Flush()

public void Send(MeterResult meter)

Sends the specified meter result.

public void Send(TimerResult timer)

Sends the specified timer result.

public void Send(HealthCheckResult health)

Sends the specified health result.

public void Send<T>(GaugeResult<T> gauge)

Sends the specified gauge result.

public void Send(CounterResult counter)

Sends the specified counter result.