mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-24 12:13:13 -08:00
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 a new issue