API Reference
    Preparing search index...

    Options to customize the behavior of the logMetrics() decorator or Middy.js middleware.

    type ExtraOptions = {
        captureColdStartMetric?: boolean;
        defaultDimensions?: Dimensions;
        throwOnEmptyMetrics?: boolean;
    }
    Index

    Properties

    captureColdStartMetric?: boolean

    Whether to capture a ColdStart metric.

    false
    
    defaultDimensions?: Dimensions

    Default dimensions to add to all metrics.

    {}
    
    throwOnEmptyMetrics?: boolean

    Whether to throw an error if no metrics are emitted.

    false