# PrometheusMatrixResult

## object

Single result in a matrix response.

### metric  
**object** [PrometheusMetricLabels](https://docs.mediakind.com/api-reference/channels-api/schemas/prometheusmetriclabels) Required

Metric labels from Prometheus. Allows arbitrary labels.

#### Show 3 properties  
#### Hide 3 properties

### serverID  
**object** Optional

#### Show 2 variants
#### Hide 2 variants

- **string**  
  - Variant 1: `string`  
  - Variant 2: `null`

### name  
**object** Optional

#### Show 2 variants  
#### Hide 2 variants

- **string**  
  - Variant 1: `string`  
  - Variant 2: `null`

### job  
**object** Optional

#### Show 2 variants  
#### Hide 2 variants

- **string**  
  - Variant 1: `string`  
  - Variant 2: `null`

### values  
**list of list of items** Required

Array of \[unix\_timestamp, value\_string\] pairs
