Databricks SDK for JavaScript
    Preparing search index...

    Single metric value at a specific timestamp

    interface MetricValue {
        timestamp?: bigint;
        value?: number;
    }
    Index

    Properties

    Properties

    timestamp?: bigint

    Timestamp of the metric value (milliseconds since epoch)

    value?: number

    Metric value