Closed arnetheduck closed 10 months ago
Every time metrics are produced, https://github.com/status-im/nim-metrics/blob/71e0f0e354e1f4c59e3dc92153989c8b723c3440/metrics.nim#L258 copies the full registry or metrics, including help texts, metrics names etc even though this data is immutable / does not change between calls - because the data does not change, the copy could trivially be avoided.
Every time metrics are produced, https://github.com/status-im/nim-metrics/blob/71e0f0e354e1f4c59e3dc92153989c8b723c3440/metrics.nim#L258 copies the full registry or metrics, including help texts, metrics names etc even though this data is immutable / does not change between calls - because the data does not change, the copy could trivially be avoided.