interface Response {
    contentType: string;
    metrics: string | MetricObjectWithValues<MetricValue<string>>[];
}

Properties

Properties

contentType: string

Content type for HTTP headers

metrics: string | MetricObjectWithValues<MetricValue<string>>[]

Grouped metrics