MetricDefinition: {
    Name: string;
    StorageResolution?: MetricResolution;
    Unit: MetricUnit;
}

A definition of a metric that can be added to the Metrics class.

Type declaration