Merge pull request #15026 from huochexizhan/main

fix: fix slice init length
This commit is contained in:
Björn Rabenstein 2024-10-10 12:55:28 +02:00 committed by GitHub
commit 8b545bab2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1557,7 +1557,7 @@ func (sl *scrapeLoop) append(app storage.Appender, b []byte, contentType string,
metadataChanged bool
)
exemplars := make([]exemplar.Exemplar, 1)
exemplars := make([]exemplar.Exemplar, 0, 1)
// updateMetadata updates the current iteration's metadata object and the
// metadataChanged value if we have metadata in the scrape cache AND the