Beignet API reference
    Preparing search index...

    Interface ProviderInstrumentationOptions

    Options for creating a provider instrumentation helper.

    interface ProviderInstrumentationOptions {
        providerName: string;
        redact?: Redactor<ProviderInstrumentationEvent>;
        watcher?: string;
    }
    Index

    Properties

    providerName: string

    Provider name to attach to custom event details.

    Optional redactor applied after Beignet's default redaction pass.

    watcher?: string

    Default watcher name for events emitted by the helper.