datadog-ux-utils Documentation - v1.0.0
    Preparing search index...

    Interface MemoryMetrics

    interface MemoryMetrics {
        usedJSHeapSize: number;
        totalJSHeapSize: number;
        jsHeapSizeLimit: number;
    }
    Index

    Properties

    usedJSHeapSize: number
    totalJSHeapSize: number
    jsHeapSizeLimit: number