interface GetServerMetricsResponse {
    pings?: TimeSeries;
}

Properties

Properties

pings?: TimeSeries

Timeseries object representing pings on the server.