Stone.js API
    Preparing search index...

    Options for the @Telemetry decorator: the stone.telemetry bucket, every key optional.

    interface TelemetryDecoratorOptions {
        enabled?: boolean;
        exporter?: TelemetryExporter;
        health?: HealthOptions;
        now?: () => number;
        serviceName?: string;
        version?: VersionOptions;
    }

    Hierarchy (View Summary)

    Index
    enabled?: boolean

    Master switch. Default true.

    The exporter. Defaults to the console exporter.

    health?: HealthOptions

    The health probe: where it answers, what it checks, how long a check may take.

    now?: () => number

    Injectable monotonic-ish clock (ms). Defaults to Date.now. Mainly for testing.

    serviceName?: string

    Service name stamped on every record. Default stone-app.

    version?: VersionOptions

    The build identity: which release is answering, and on which adapter.