GetCockpitMetricsRequest: {
    endDate?: Date;
    metricName?: string;
    projectId?: string;
    startDate?: Date;
}

Request to get a given Cockpit's metrics.

Type declaration

  • OptionalendDate?: Date

    Desired time range's end date for the metrics.

  • OptionalmetricName?: string

    Name of the metric requested.

  • OptionalprojectId?: string

    ID of the Project the Cockpit belongs to.

  • OptionalstartDate?: Date

    Desired time range's start date for the metrics.