hetzner-ts
    Preparing search index...

    Interface Metrics

    interface Metrics {
        end: string;
        start: string;
        step: number;
        time_series: { [key: string]: { values: [string | number][] } };
    }
    Index

    Properties

    end: string
    start: string
    step: number
    time_series: { [key: string]: { values: [string | number][] } }