updown.io
    Preparing search index...

    Interface MetricsOptions

    interface MetricsOptions {
        from?: string;
        group: MetricsGroup;
        to?: string;
    }
    Index

    Properties

    Properties

    from?: string

    Start time, default to 1 month ago

    group: MetricsGroup

    Group data by 'time' (hour) or 'host' (location)

    to?: string

    End time, default to now