prometheus/scrape
Anas Khan 0281a745e5 scrape: fix bucketLimitAppender doc comments
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>
2026-07-06 15:09:29 +05:30
..
testdata Include test CA text info (#14699) 2024-08-20 19:41:02 +02:00
clientprotobuf.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
helpers_test.go discovery, scrape: Use backoff interval for throttling discovery updates; add DiscoveryReloadOnStartup option for short-lived environments (#18187) 2026-04-03 11:01:49 +01:00
manager.go chore: address PR comments 2026-05-14 10:28:11 +01:00
manager_test.go chore: update Go dependencies for 3.13 release (#18938) 2026-06-17 11:39:43 +02:00
metrics.go Add scrape commit and total duration metrics (#17665) 2026-01-13 14:07:27 -03:00
scrape.go scrape: remove redundant MetricNameValidationScheme validation 2026-06-16 21:58:09 +05:30
scrape_append_v2.go chore: fix typos in comments (#18834) 2026-06-02 15:34:02 +02:00
scrape_test.go chore: fix unnecessary-format issues from revive 2026-07-01 07:08:20 +00:00
st_synthesis.go renamed confusing input param st->t 2026-05-14 10:58:34 +01:00
st_synthesis_test.go add todo && gofumpt 2026-05-14 11:05:26 +01:00
target.go scrape: fix bucketLimitAppender doc comments 2026-07-06 15:09:29 +05:30
target_test.go Merge pull request #17867 from prometheus/bwplotka/a2-scrape-1 2026-01-21 08:21:56 +00:00