Fix typo.
This commit is contained in:
parent
7c6466d476
commit
d1a93655a1
|
@ -821,7 +821,7 @@ func createRandomSamples(metricName string, minLen int) clientmodel.Samples {
|
|||
}
|
||||
)
|
||||
|
||||
// Prefill resust with two samples with colliding metrics (to test fingerprint mapping).
|
||||
// Prefill result with two samples with colliding metrics (to test fingerprint mapping).
|
||||
result := clientmodel.Samples{
|
||||
&clientmodel.Sample{
|
||||
Metric: clientmodel.Metric{
|
||||
|
|
Loading…
Reference in New Issue