<PackageReference Include="Relativity.Telemetry.Client" Version="9.4.164" />

ISink

public interface ISink : IDisposable
long MessageCount { get; }

Gets the total metrics count since creation.

bool Equals(object o)

Determines whether the specified Object, is equal to this instance.

Returns a hash code for this instance.

void Send(CounterResult counter)

Sends the specified counter result.

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

Sends the specified gauge result.

void Send(HealthCheckResult health)

Sends the specified health result.

void Send(MeterResult meter)

Sends the specified meter result.

void Send(TimerResult timer)

Sends the specified timer result.