Code Review: Extend lock scope for appending.
This commit is contained in:
parent
f994482d15
commit
2526ab8c81
|
@ -172,6 +172,8 @@ func (s *memorySeriesStorage) AppendSample(sample model.Sample) error {
|
|||
labelNameValues = append(labelNameValues, fingerprint)
|
||||
s.labelNameToFingerprints[k] = labelNameValues
|
||||
}
|
||||
|
||||
s.Unlock()
|
||||
}
|
||||
|
||||
series.add(sample.Timestamp, sample.Value)
|
||||
|
|
Loading…
Reference in New Issue