Luan
Results
1
issues of
Luan
## What changed? Using the new metricDefinition.With approach. ## Why? The usage of metrics.Handler could be both redundant and unsafe: ``` handler.Histogram( myHisto.Name(), myHisto.Unit() ).Record(...) │ │ └───┐ │ │...