---
title: WorkoutAlertMetric
framework: workoutkit
role: symbol
role_heading: Enumeration
path: workoutkit/workoutalertmetric
---

# WorkoutAlertMetric

A value that specifies the type of metric used to measure performance.

## Declaration

```swift
enum WorkoutAlertMetric
```

## Topics

### Determining the metric’s type

- [WorkoutAlertMetric.average](workoutkit/workoutalertmetric/average.md)
- [WorkoutAlertMetric.current](workoutkit/workoutalertmetric/current.md)

### Accessing the metric’s value

- [countPerMinute](workoutkit/workoutalertmetric/countperminute.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Setting the alert metric

- [metric](workoutkit/workoutalert/metric.md)
