Update scrape/scrape.go

Co-authored-by: Julius Volz <julius.volz@gmail.com>
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
This commit is contained in:
Bartlomiej Plotka 2025-01-17 09:09:28 +00:00 committed by GitHub
parent 3119567d5b
commit 6f1ad64e27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2059,7 +2059,7 @@ var (
name: []byte("scrape_body_size_bytes" + "\xff"),
Metadata: metadata.Metadata{
Type: model.MetricTypeGauge,
Help: " The uncompressed size of the last scrape response, if successful. Scrapes failing because body_size_limit is exceeded report -1, other scrape failures report 0.",
Help: "The uncompressed size of the last scrape response, if successful. Scrapes failing because body_size_limit is exceeded report -1, other scrape failures report 0.",
Unit: "bytes",
},
}