Core - v1.0.0
    Preparing search index...

    Class NoopTelemetrySink<TRuntime>

    A telemetry sink that records nothing.

    Reports false from every write, the same answer a real sink gives when its backend is unbound or metrics are switched off — so a caller that logs the difference keeps logging it, and one that ignores it keeps working.

    The natural choice for tests: asserting on what a service did rarely means asserting on what it measured, and a sink that no-ops keeps measurement out of the assertion.

    Bayu Dwiyan Satria

    1.0.0

    1.0.0

    Type Parameters

    • TRuntime = unknown

      The runtime handle, ignored throughout.

    Implements

    Index