| Name | Type | Description | Notes |
|---|---|---|---|
| indicator | string | Metric indicator tier | [default to undefined] |
| value | number | Metric value | [default to undefined] |
| unit | string | Metric unit | [default to undefined] |
| modifier | string | Metric modifier | [default to undefined] |
| tiers | Array<InsightsMetricTierDefinition> | Metric indicator tiers | [default to undefined] |
import { InsightsChartMetric } from 'launchdarkly-api-typescript';
const instance: InsightsChartMetric = {
indicator,
value,
unit,
modifier,
tiers,
};