Show / Hide Table of Contents

    Class DependencyFilterTelemetryProcessor

    Excludes long running message broker requests as a cost saving measure.

    Inheritance
    System.Object
    DependencyFilterTelemetryProcessor
    Namespace: Copper.Diagnostics.Common
    Assembly: Copper.Diagnostics.Common.dll
    Syntax
    public class DependencyFilterTelemetryProcessor : ITelemetryProcessor

    Constructors

    View Source

    DependencyFilterTelemetryProcessor(ITelemetryProcessor)

    Initializes a new instance of the DependencyFilterTelemetryProcessor class.

    Declaration
    public DependencyFilterTelemetryProcessor(ITelemetryProcessor nextTelemetryProcessor)
    Parameters
    Type Name Description
    ITelemetryProcessor nextTelemetryProcessor

    The next telemetry processor.

    Methods

    View Source

    Process(ITelemetry)

    Process a collected telemetry item.

    Declaration
    public void Process(ITelemetry item)
    Parameters
    Type Name Description
    ITelemetry item

    A collected Telemetry item.

    • View Source
    Back to top Generated by DocFX