metric exception

This commit is contained in:
2023-11-23 20:08:57 +09:00
parent 8adef2adb8
commit d672b5dd90
2 changed files with 3 additions and 0 deletions

View File

@ -155,6 +155,7 @@ func newMetricImpl(mt MetricType, name string, help string, constLabels map[stri
})
writer = &metric_int64{
valptr: new(int64),
key: key,
writerChan: mc.writerChan,
}