Interface MetricsOptions

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

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

Generated using TypeDoc