prometheus/documentation/examples/remote_storage
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
..
example_write_adapter fix: check bounds on remote write receive when parsing symbolized metadata 2026-05-08 09:43:29 +01:00
remote_storage_adapter chore: enable staticcheck linter and update golangci-lint to 2.10.1 2026-02-18 15:58:16 +00:00
go.mod chore: update Go dependencies for 3.13 release (#18938) 2026-06-17 11:39:43 +02:00
go.sum chore: update Go dependencies for 3.13 release (#18938) 2026-06-17 11:39:43 +02:00
Makefile Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00