prometheus/scrape
George Krajcsovits f579093cd8
chore: update Go dependencies for 3.13 release (#18938)
Run `make update-all-go-deps` with the Go toolchain pinned to 1.25.0
(`GOTOOLCHAIN=go1.25.0`) so the `go` directive stays at 1.25.0 and the
project keeps building with any Go 1.25.x. Dependency updates that would
raise their own minimum Go past 1.25.0 (Kubernetes v0.36.x, Consul
api >= v1.34, bufbuild/buf v1.70, google.golang.org/api v0.284) are left at
their current versions and can be picked up once the project moves to Go 1.26.

github.com/prometheus/common is updated to v0.68.1, which removed the
expfmt.WithUnit() encoder option (the unit is now written automatically when
set). Drop the now-removed option from the scrape manager test; it was a
no-op there because the test metric does not set a unit.

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-17 11:39:43 +02:00
..
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: add more native-histogram related internal labels 2026-06-15 13:17:46 +00:00
scrape_append_v2.go chore: fix typos in comments (#18834) 2026-06-02 15:34:02 +02:00
scrape_test.go scrape: add more native-histogram related internal labels 2026-06-15 13:17:46 +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: add more native-histogram related internal labels 2026-06-15 13:17:46 +00:00
target_test.go Merge pull request #17867 from prometheus/bwplotka/a2-scrape-1 2026-01-21 08:21:56 +00:00