mirror of
https://github.com/prometheus/prometheus.git
synced 2026-07-08 08:41:36 -04:00
The doc comments on bucketLimitAppender and bucketLimitAppenderV2 were copied from limitAppender and never updated: they claimed to limit the number of total appended samples, but both types cap the number of buckets in native histograms, reducing the histogram resolution or returning errBucketLimit when the limit is exceeded. The bucketLimitAppenderV2 comment additionally named the wrong type (bucketLimitAppender), and the adjacent limitAppenderV2 comment named limitAppender. Correct the identifiers so each doc comment starts with the type it documents. Signed-off-by: Anas Khan <83116240+anxkhn@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| testdata | ||
| clientprotobuf.go | ||
| helpers_test.go | ||
| manager.go | ||
| manager_test.go | ||
| metrics.go | ||
| scrape.go | ||
| scrape_append_v2.go | ||
| scrape_test.go | ||
| st_synthesis.go | ||
| st_synthesis_test.go | ||
| target.go | ||
| target_test.go | ||