# io.k8s.api.autoscaling.v2.ExternalMetricStatus

From **Kubernetes**.

ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.

- Type: `object`

## Properties

### `current`

- Required: true
- Default: `{}`

current contains the current value for the given metric

### `metric`

- Required: true
- Default: `{}`

metric identifies the target metric by name and selector

## JSON Schema

```json
{"description":"ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.","properties":{"current":{"allOf":[{"$ref":"#/components/schemas/io.k8s.api.autoscaling.v2.MetricValueStatus"}],"default":{},"description":"current contains the current value for the given metric"},"metric":{"allOf":[{"$ref":"#/components/schemas/io.k8s.api.autoscaling.v2.MetricIdentifier"}],"default":{},"description":"metric identifies the target metric by name and selector"}},"required":["metric","current"],"type":"object"}
```
