Create a metric object that will record values for the same metric as the specified original metric.
The new object uses the same Collector object as original. If the original metric is inactive (i.e., isActive() is false), then this metric will be similarly inactive.
| Name | Description |
|---|---|
| original | metric whose collector association is copied |