mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
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:
parent
3119567d5b
commit
6f1ad64e27
|
@ -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",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue