SelfHealingSink
Represents a self-healing APM sink that relies on a retryable delegate to retrieve a concrete sink.
If the delegate fails, a NullSink will be used; once the delegate succeeds, the concrete sink will be used.
Retrieves the message count from the backing sink.
Initializes a new instance of SelfHealingSink, using the
provided delegate to retrieve a concrete sink implementation.
Disposes the backing sink.
Sends a timer result to the backing sink.
Sends a meter result to the backing sink.
Sends a health-check result to the backing sink.
Sends a counter result to the backing sink.
Sends a gauge result to the backing sink.