zibri
    Preparing search index...

    A collected snapshot of all metrics.

    type MetricsSnapshot = {
        metrics: Metric[];
        timestamp: Date;
    }
    Index

    Properties

    Properties

    metrics: Metric[]

    All metrics at the timestamp.

    timestamp: Date

    The time at which the snapshot was taken.